Html Css Color HEX #ACE475 Feijoa

📋 copy color: '#ACE475'

red 172 ◦ green 228 ◦ blue 117

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

Shades of Feijoa #ACE475

Tints of Feijoa #ACE475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

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

R = 33.27%
G = 44.1%
B = 22.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#ACE475 (or 0xACE475) is known color: Feijoa. HEX triplet: AC, E4 and 75. RGB value is (172,228,117). Sum of RGB (Red+Green+Blue) = 172+228+117=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE475 is #531B8A. Grayscale: #C6C6C6. Windows color (decimal): -5446539 or 7726252. OLE color: 7726252.

HSL color Cylindrical-coordinate representation of color #ACE475: hue angle of 90.27º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACE475 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 228 117 -
CMYK 0.25 0 0.49 0.11
HSL 90.27º 0.67% 0.68% -
HSV(B) 90.27º 0.49% 0.89% -
XYZ 47.97 65.54 26.95 -
YUV 198.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 172 228 117 0.25 0 0.49 0.11 90.27 0.67 0.68
Hex AC E4 75 19 0 31 B 5A 43 44
Octal 254 344 165 31 0 61 13 132 103 104
Binary 10101100 11100100 1110101 11001 0 110001 1011 1011010 1000011 1000100

Color Harmonies of #ACE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE475

Black with #ACE475

Text Example


Text Example

White with #ACE475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE475; }

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

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

background-color css

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

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

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

border-color css

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

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

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