Html Css Color HEX #ACE080 Feijoa

📋 copy color: '#ACE080'

red 172 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #ACE080

Tints of Feijoa #ACE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.75%

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

R = 32.82%
G = 42.75%
B = 24.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#ACE080 (or 0xACE080) is known color: Feijoa. HEX triplet: AC, E0 and 80. RGB value is (172,224,128). Sum of RGB (Red+Green+Blue) = 172+224+128=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE080 is #531F7F. Grayscale: #C5C5C5. Windows color (decimal): -5447552 or 8446124. OLE color: 8446124.

HSL color Cylindrical-coordinate representation of color #ACE080: hue angle of 92.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE080 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 128 -
CMYK 0.23 0 0.43 0.12
HSL 92.5º 0.61% 0.69% -
HSV(B) 92.5º 0.43% 0.88% -
XYZ 47.57 63.64 30.2 -
YUV 197.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 172 224 128 0.23 0 0.43 0.12 92.5 0.61 0.69
Hex AC E0 80 17 0 2B C 5C 3D 45
Octal 254 340 200 27 0 53 14 134 75 105
Binary 10101100 11100000 10000000 10111 0 101011 1100 1011100 111101 1000101

Color Harmonies of #ACE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE080

Black with #ACE080

Text Example


Text Example

White with #ACE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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