Html Css Color HEX #ACE094 Feijoa

📋 copy color: '#ACE094'

red 172 ◦ green 224 ◦ blue 148

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

Shades of Feijoa #ACE094

Tints of Feijoa #ACE094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 31.62%
G = 41.18%
B = 27.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#ACE094 (or 0xACE094) is known color: Feijoa. HEX triplet: AC, E0 and 94. RGB value is (172,224,148). Sum of RGB (Red+Green+Blue) = 172+224+148=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE094 is #531F6B. Grayscale: #C8C8C8. Windows color (decimal): -5447532 or 9756844. OLE color: 9756844.

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

Color convert

RGB 172 224 148 -
CMYK 0.23 0 0.34 0.12
HSL 101.05º 0.55% 0.73% -
HSV(B) 101.05º 0.34% 0.88% -
XYZ 49.01 64.22 37.83 -
YUV 199.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 172 224 148 0.23 0 0.34 0.12 101.05 0.55 0.73
Hex AC E0 94 17 0 22 C 65 37 49
Octal 254 340 224 27 0 42 14 145 67 111
Binary 10101100 11100000 10010100 10111 0 100010 1100 1100101 110111 1001001

Color Harmonies of #ACE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE094

Black with #ACE094

Text Example


Text Example

White with #ACE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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