Html Css Color HEX #ACE472 Feijoa

📋 copy color: '#ACE472'

red 172 ◦ green 228 ◦ blue 114

#ACE472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #ACE472

Tints of Feijoa #ACE472

RGB

 RED value IS 172 (67.58% from 255) = 33.46%

 GREEN value IS 228 (89.45% from 255) = 44.36%

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 33.46%
G = 44.36%
B = 22.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACE472 (or 0xACE472) is known color: Feijoa. HEX triplet: AC, E4 and 72. RGB value is (172,228,114). Sum of RGB (Red+Green+Blue) = 172+228+114=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE472 is #531B8D. Grayscale: #C6C6C6. Windows color (decimal): -5446542 or 7529644. OLE color: 7529644.

HSL color Cylindrical-coordinate representation of color #ACE472: hue angle of 89.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE472 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 114 -
CMYK 0.25 0 0.50 0.11
HSL 89.47º 0.68% 0.67% -
HSV(B) 89.47º 0.5% 0.89% -
XYZ 47.79 65.47 26.04 -
YUV 198.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 172 228 114 0.25 0 0.50 0.11 89.47 0.68 0.67
Hex AC E4 72 19 0 32 B 59 44 43
Octal 254 344 162 31 0 62 13 131 104 103
Binary 10101100 11100100 1110010 11001 0 110010 1011 1011001 1000100 1000011

Color Harmonies of #ACE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE472

Black with #ACE472

Text Example


Text Example

White with #ACE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE472; }

 p { color: rgb(172,228,114); }

 H1.HeaderClassName
 {
   color: #ACE472;
 }
 .AnyTagClassName
 {
   color: #ACE472;
 }
</style>

background-color css

<style>
 a { background-color: #ACE472; }

 a { background-color: rgb(172,228,114); }

 div.DivClassName
 {
   background-color: #ACE472;
 }
 .BgClassName
 {
   background-color: #ACE472;
 }
</style>

border-color css

<style>
 span { border-color: #ACE472; }

 span { border-color: rgb(172,228,114); }

 td.TdClassName
 {
   border-color: #ACE472;
 }
 .TagClassName
 {
   border-color: #ACE472;
 }
</style>