Html Css Color HEX #ACE074 Feijoa

📋 copy color: '#ACE074'

red 172 ◦ green 224 ◦ blue 116

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

Shades of Feijoa #ACE074

Tints of Feijoa #ACE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 33.59%
G = 43.75%
B = 22.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#ACE074 (or 0xACE074) is known color: Feijoa. HEX triplet: AC, E0 and 74. RGB value is (172,224,116). Sum of RGB (Red+Green+Blue) = 172+224+116=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE074 is #531F8B. Grayscale: #C4C4C4. Windows color (decimal): -5447564 or 7659692. OLE color: 7659692.

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

Color convert

RGB 172 224 116 -
CMYK 0.23 0 0.48 0.12
HSL 88.89º 0.64% 0.67% -
HSV(B) 88.89º 0.48% 0.88% -
XYZ 46.82 63.34 26.28 -
YUV 196.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 172 224 116 0.23 0 0.48 0.12 88.89 0.64 0.67
Hex AC E0 74 17 0 30 C 59 40 43
Octal 254 340 164 27 0 60 14 131 100 103
Binary 10101100 11100000 1110100 10111 0 110000 1100 1011001 1000000 1000011

Color Harmonies of #ACE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE074

Black with #ACE074

Text Example


Text Example

White with #ACE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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