Html Css Color HEX #ACE08A Feijoa

📋 copy color: '#ACE08A'

red 172 ◦ green 224 ◦ blue 138

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

Shades of Feijoa #ACE08A

Tints of Feijoa #ACE08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 32.21%
G = 41.95%
B = 25.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#ACE08A (or 0xACE08A) is known color: Feijoa. HEX triplet: AC, E0 and 8A. RGB value is (172,224,138). Sum of RGB (Red+Green+Blue) = 172+224+138=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE08A is #531F75. Grayscale: #C6C6C6. Windows color (decimal): -5447542 or 9101484. OLE color: 9101484.

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

Color convert

RGB 172 224 138 -
CMYK 0.23 0 0.38 0.12
HSL 96.28º 0.58% 0.71% -
HSV(B) 96.28º 0.38% 0.88% -
XYZ 48.26 63.92 33.84 -
YUV 198.65 93.77 108.99 -
System Red Green Blue C M Y K H S L
Decimal 172 224 138 0.23 0 0.38 0.12 96.28 0.58 0.71
Hex AC E0 8A 17 0 26 C 60 3A 47
Octal 254 340 212 27 0 46 14 140 72 107
Binary 10101100 11100000 10001010 10111 0 100110 1100 1100000 111010 1000111

Color Harmonies of #ACE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE08A

Black with #ACE08A

Text Example


Text Example

White with #ACE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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