Html Css Color HEX #ACE170 Feijoa

📋 copy color: '#ACE170'

red 172 ◦ green 225 ◦ blue 112

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

Shades of Feijoa #ACE170

Tints of Feijoa #ACE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 33.79%
G = 44.2%
B = 22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#ACE170 (or 0xACE170) is known color: Feijoa. HEX triplet: AC, E1 and 70. RGB value is (172,225,112). Sum of RGB (Red+Green+Blue) = 172+225+112=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE170 is #531E8F. Grayscale: #C4C4C4. Windows color (decimal): -5447312 or 7397804. OLE color: 7397804.

HSL color Cylindrical-coordinate representation of color #ACE170: hue angle of 88.14º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE170 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 112 -
CMYK 0.24 0 0.50 0.12
HSL 88.14º 0.65% 0.66% -
HSV(B) 88.14º 0.5% 0.88% -
XYZ 46.86 63.79 25.17 -
YUV 196.27 80.44 110.69 -
System Red Green Blue C M Y K H S L
Decimal 172 225 112 0.24 0 0.50 0.12 88.14 0.65 0.66
Hex AC E1 70 18 0 32 C 58 41 42
Octal 254 341 160 30 0 62 14 130 101 102
Binary 10101100 11100001 1110000 11000 0 110010 1100 1011000 1000001 1000010

Color Harmonies of #ACE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE170

Black with #ACE170

Text Example


Text Example

White with #ACE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE170; }

 p { color: rgb(172,225,112); }

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

background-color css

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

 a { background-color: rgb(172,225,112); }

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

border-color css

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

 span { border-color: rgb(172,225,112); }

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