Html Css Color HEX #ACE175 Feijoa

📋 copy color: '#ACE175'

red 172 ◦ green 225 ◦ blue 117

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

Shades of Feijoa #ACE175

Tints of Feijoa #ACE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.77%

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

R = 33.46%
G = 43.77%
B = 22.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#ACE175 (or 0xACE175) is known color: Feijoa. HEX triplet: AC, E1 and 75. RGB value is (172,225,117). Sum of RGB (Red+Green+Blue) = 172+225+117=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE175 is #531E8A. Grayscale: #C5C5C5. Windows color (decimal): -5447307 or 7725484. OLE color: 7725484.

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

Color convert

RGB 172 225 117 -
CMYK 0.24 0 0.48 0.12
HSL 89.44º 0.64% 0.67% -
HSV(B) 89.44º 0.48% 0.88% -
XYZ 47.15 63.91 26.68 -
YUV 196.84 82.94 110.28 -
System Red Green Blue C M Y K H S L
Decimal 172 225 117 0.24 0 0.48 0.12 89.44 0.64 0.67
Hex AC E1 75 18 0 30 C 59 40 43
Octal 254 341 165 30 0 60 14 131 100 103
Binary 10101100 11100001 1110101 11000 0 110000 1100 1011001 1000000 1000011

Color Harmonies of #ACE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE175

Black with #ACE175

Text Example


Text Example

White with #ACE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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