Html Css Color HEX #ACE095 Feijoa

📋 copy color: '#ACE095'

red 172 ◦ green 224 ◦ blue 149

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

Shades of Feijoa #ACE095

Tints of Feijoa #ACE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 31.56%
G = 41.1%
B = 27.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#ACE095 (or 0xACE095) is known color: Feijoa. HEX triplet: AC, E0 and 95. RGB value is (172,224,149). Sum of RGB (Red+Green+Blue) = 172+224+149=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE095 is #531F6A. Grayscale: #C8C8C8. Windows color (decimal): -5447531 or 9822380. OLE color: 9822380.

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

Color convert

RGB 172 224 149 -
CMYK 0.23 0 0.33 0.12
HSL 101.6º 0.55% 0.73% -
HSV(B) 101.6º 0.33% 0.88% -
XYZ 49.09 64.25 38.25 -
YUV 199.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 172 224 149 0.23 0 0.33 0.12 101.6 0.55 0.73
Hex AC E0 95 17 0 21 C 66 37 49
Octal 254 340 225 27 0 41 14 146 67 111
Binary 10101100 11100000 10010101 10111 0 100001 1100 1100110 110111 1001001

Color Harmonies of #ACE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE095

Black with #ACE095

Text Example


Text Example

White with #ACE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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