#ACEE75

Color #ACEE75 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACEE75

Tints of Feijoa #ACEE75

Color information

#ACEE75 (or 0xACEE75) is unknown color: approx Feijoa. HEX triplet: AC, EE and 75. RGB value is (172,238,117). Sum of RGB (Red+Green+Blue) = 172+238+117=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEE75 is #53118A. Grayscale: #CCCCCC. Windows color (decimal): -5443979 or 7728812. OLE color: 7728812.

HSL color Cylindrical-coordinate representation of color #ACEE75: hue angle of 92.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACEE75 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB172238117-
CMYK0.2800.510.07
HSL92.73º78.06%69.61%-
HSV(B)92.73º50.84%93.33%-
XYZ50.871.227.9-
YUV204.4778.63104.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 117 (46.09% from 255) = 22.20%
R=32.64%
G=45.16%
B=22.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381170.2800.510.0792.7378.0669.61
HexACEE751C03375d4e46
Octal254356165340637135116106
Binary10101100111011101110101111000110011111101110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEE75; }

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

 H1.HeaderClassName
 {
   color: #ACEE75;
 }
 .AnyTagClassName
 {
   color: #ACEE75;
 }
</style>
background-color css

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

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

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

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

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

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