#ACEE85

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

Shades of Feijoa #ACEE85

Tints of Feijoa #ACEE85

Color information

#ACEE85 (or 0xACEE85) is unknown color: approx Feijoa. HEX triplet: AC, EE and 85. RGB value is (172,238,133). Sum of RGB (Red+Green+Blue) = 172+238+133=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEE85 is #53117A. Grayscale: #CECECE. Windows color (decimal): -5443963 or 8777388. OLE color: 8777388.

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

Color convert

RGB172238133-
CMYK0.2800.440.07
HSL97.71º75.54%72.75%-
HSV(B)97.71º44.12%93.33%-
XYZ51.8271.6133.28-
YUV206.386.63103.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 238 (93.36% from 255) = 43.83%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=31.68%
G=43.83%
B=24.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381330.2800.440.0797.7175.5472.75
HexACEE851C02C7624c49
Octal254356205340547142114111
Binary101011001110111010000101111000101100111110001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEE85; }

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

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

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

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

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

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

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

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