Html Css Color HEX #ACE370 Feijoa

📋 copy color: '#ACE370'

red 172 ◦ green 227 ◦ blue 112

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

Shades of Feijoa #ACE370

Tints of Feijoa #ACE370

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.42%

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

R = 33.66%
G = 44.42%
B = 21.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#ACE370 (or 0xACE370) is known color: Feijoa. HEX triplet: AC, E3 and 70. RGB value is (172,227,112). Sum of RGB (Red+Green+Blue) = 172+227+112=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE370 is #531C8F. Grayscale: #C5C5C5. Windows color (decimal): -5446800 or 7398316. OLE color: 7398316.

HSL color Cylindrical-coordinate representation of color #ACE370: hue angle of 88.7º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACE370 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 227 112 -
CMYK 0.24 0 0.51 0.11
HSL 88.7º 0.67% 0.66% -
HSV(B) 88.7º 0.51% 0.89% -
XYZ 47.41 64.88 25.35 -
YUV 197.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 172 227 112 0.24 0 0.51 0.11 88.7 0.67 0.66
Hex AC E3 70 18 0 33 B 59 43 42
Octal 254 343 160 30 0 63 13 131 103 102
Binary 10101100 11100011 1110000 11000 0 110011 1011 1011001 1000011 1000010

Color Harmonies of #ACE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE370

Black with #ACE370

Text Example


Text Example

White with #ACE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE370; }

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

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

background-color css

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

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

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

border-color css

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

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

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