Html Css Color HEX #ACE072 Feijoa

📋 copy color: '#ACE072'

red 172 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #ACE072

Tints of Feijoa #ACE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 33.73%
G = 43.92%
B = 22.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#ACE072 (or 0xACE072) is known color: Feijoa. HEX triplet: AC, E0 and 72. RGB value is (172,224,114). Sum of RGB (Red+Green+Blue) = 172+224+114=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE072 is #531F8D. Grayscale: #C4C4C4. Windows color (decimal): -5447566 or 7528620. OLE color: 7528620.

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

Color convert

RGB 172 224 114 -
CMYK 0.23 0 0.49 0.12
HSL 88.36º 0.64% 0.66% -
HSV(B) 88.36º 0.49% 0.88% -
XYZ 46.71 63.3 25.68 -
YUV 195.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 172 224 114 0.23 0 0.49 0.12 88.36 0.64 0.66
Hex AC E0 72 17 0 31 C 58 40 42
Octal 254 340 162 27 0 61 14 130 100 102
Binary 10101100 11100000 1110010 10111 0 110001 1100 1011000 1000000 1000010

Color Harmonies of #ACE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE072

Black with #ACE072

Text Example


Text Example

White with #ACE072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE072; }

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

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

background-color css

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

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

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

border-color css

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

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

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