Html Css Color HEX #ACEA80 Feijoa

📋 copy color: '#ACEA80'

red 172 ◦ green 234 ◦ blue 128

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

Shades of Feijoa #ACEA80

Tints of Feijoa #ACEA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.97%

R = 32.21%
G = 43.82%
B = 23.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#ACEA80 (or 0xACEA80) is known color: Feijoa. HEX triplet: AC, EA and 80. RGB value is (172,234,128). Sum of RGB (Red+Green+Blue) = 172+234+128=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA80 is #53157F. Grayscale: #CBCBCB. Windows color (decimal): -5444992 or 8448684. OLE color: 8448684.

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

Color convert

RGB 172 234 128 -
CMYK 0.26 0 0.45 0.08
HSL 95.09º 0.72% 0.71% -
HSV(B) 95.09º 0.45% 0.92% -
XYZ 50.33 69.17 31.12 -
YUV 203.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 172 234 128 0.26 0 0.45 0.08 95.09 0.72 0.71
Hex AC EA 80 1A 0 2D 8 5F 48 47
Octal 254 352 200 32 0 55 10 137 110 107
Binary 10101100 11101010 10000000 11010 0 101101 1000 1011111 1001000 1000111

Color Harmonies of #ACEA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEA80

Black with #ACEA80

Text Example


Text Example

White with #ACEA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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