Html Css Color HEX #ACE270 Feijoa

📋 copy color: '#ACE270'

red 172 ◦ green 226 ◦ blue 112

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

Shades of Feijoa #ACE270

Tints of Feijoa #ACE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.31%

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

R = 33.73%
G = 44.31%
B = 21.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#ACE270 (or 0xACE270) is known color: Feijoa. HEX triplet: AC, E2 and 70. RGB value is (172,226,112). Sum of RGB (Red+Green+Blue) = 172+226+112=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE270 is #531D8F. Grayscale: #C5C5C5. Windows color (decimal): -5447056 or 7398060. OLE color: 7398060.

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

Color convert

RGB 172 226 112 -
CMYK 0.24 0 0.50 0.11
HSL 88.42º 0.66% 0.66% -
HSV(B) 88.42º 0.5% 0.89% -
XYZ 47.13 64.33 25.26 -
YUV 196.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 172 226 112 0.24 0 0.50 0.11 88.42 0.66 0.66
Hex AC E2 70 18 0 32 B 58 42 42
Octal 254 342 160 30 0 62 13 130 102 102
Binary 10101100 11100010 1110000 11000 0 110010 1011 1011000 1000010 1000010

Color Harmonies of #ACE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE270

Black with #ACE270

Text Example


Text Example

White with #ACE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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