Html Css Color HEX #ACE075 Feijoa

📋 copy color: '#ACE075'

red 172 ◦ green 224 ◦ blue 117

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

Shades of Feijoa #ACE075

Tints of Feijoa #ACE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 33.53%
G = 43.66%
B = 22.81%

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

#ACE075 (or 0xACE075) is known color: Feijoa. HEX triplet: AC, E0 and 75. RGB value is (172,224,117). Sum of RGB (Red+Green+Blue) = 172+224+117=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE075 is #531F8A. Grayscale: #C4C4C4. Windows color (decimal): -5447563 or 7725228. OLE color: 7725228.

HSL color Cylindrical-coordinate representation of color #ACE075: hue angle of 89.16º degrees, saturation: 0.63, 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 #ACE075 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 117 -
CMYK 0.23 0 0.48 0.12
HSL 89.16º 0.63% 0.67% -
HSV(B) 89.16º 0.48% 0.88% -
XYZ 46.88 63.37 26.59 -
YUV 196.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 172 224 117 0.23 0 0.48 0.12 89.16 0.63 0.67
Hex AC E0 75 17 0 30 C 59 3F 43
Octal 254 340 165 27 0 60 14 131 77 103
Binary 10101100 11100000 1110101 10111 0 110000 1100 1011001 111111 1000011

Color Harmonies of #ACE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE075

Black with #ACE075

Text Example


Text Example

White with #ACE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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