Html Css Color HEX #ACEA72 Feijoa

📋 copy color: '#ACEA72'

red 172 ◦ green 234 ◦ blue 114

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

Shades of Feijoa #ACEA72

Tints of Feijoa #ACEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

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

R = 33.08%
G = 45%
B = 21.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#ACEA72 (or 0xACEA72) is known color: Feijoa. HEX triplet: AC, EA and 72. RGB value is (172,234,114). Sum of RGB (Red+Green+Blue) = 172+234+114=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA72 is #53158D. Grayscale: #CACACA. Windows color (decimal): -5445006 or 7531180. OLE color: 7531180.

HSL color Cylindrical-coordinate representation of color #ACEA72: hue angle of 91º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACEA72 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 114 -
CMYK 0.26 0 0.51 0.08
HSL 91º 0.74% 0.68% -
HSV(B) 91º 0.51% 0.92% -
XYZ 49.47 68.83 26.6 -
YUV 201.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 172 234 114 0.26 0 0.51 0.08 91 0.74 0.68
Hex AC EA 72 1A 0 33 8 5B 4A 44
Octal 254 352 162 32 0 63 10 133 112 104
Binary 10101100 11101010 1110010 11010 0 110011 1000 1011011 1001010 1000100

Color Harmonies of #ACEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA72

Black with #ACEA72

Text Example


Text Example

White with #ACEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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