Html Css Color HEX #ACEA76 Feijoa

📋 copy color: '#ACEA76'

red 172 ◦ green 234 ◦ blue 118

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

Shades of Feijoa #ACEA76

Tints of Feijoa #ACEA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.52%

R = 32.82%
G = 44.66%
B = 22.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#ACEA76 (or 0xACEA76) is known color: Feijoa. HEX triplet: AC, EA and 76. RGB value is (172,234,118). Sum of RGB (Red+Green+Blue) = 172+234+118=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA76 is #531589. Grayscale: #CACACA. Windows color (decimal): -5445002 or 7793324. OLE color: 7793324.

HSL color Cylindrical-coordinate representation of color #ACEA76: hue angle of 92.07º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACEA76 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 234 118 -
CMYK 0.26 0 0.50 0.08
HSL 92.07º 0.73% 0.69% -
HSV(B) 92.07º 0.5% 0.92% -
XYZ 49.71 68.92 27.82 -
YUV 202.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 172 234 118 0.26 0 0.50 0.08 92.07 0.73 0.69
Hex AC EA 76 1A 0 32 8 5C 49 45
Octal 254 352 166 32 0 62 10 134 111 105
Binary 10101100 11101010 1110110 11010 0 110010 1000 1011100 1001001 1000101

Color Harmonies of #ACEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA76

Black with #ACEA76

Text Example


Text Example

White with #ACEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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