#ABEE45

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

Shades of Conifer #ABEE45

Tints of Conifer #ABEE45

Color information

#ABEE45 (or 0xABEE45) is unknown color: approx Conifer. HEX triplet: AB, EE and 45. RGB value is (171,238,69). Sum of RGB (Red+Green+Blue) = 171+238+69=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEE45 is #5411BA. Grayscale: #C7C7C7. Windows color (decimal): -5509563 or 4583083. OLE color: 4583083.

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

Color convert

RGB17123869-
CMYK0.2800.710.07
HSL83.79º83.25%60.2%-
HSV(B)83.79º71.01%93.33%-
XYZ48.4470.2416.63-
YUV198.754.8108.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 238 (93.36% from 255) = 49.79%
BLUE value IS 69 (27.34% from 255) = 14.44%
R=35.77%
G=49.79%
B=14.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171238690.2800.710.0783.7983.2560.2
HexABEE451C047754533c
Octal253356105340107712412374
Binary10101011111011101000101111000100011111110101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEE45; }

 p { color: rgb(171,238,69); }

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

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

 a { background-color: rgb(171,238,69); }

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

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

 span { border-color: rgb(171,238,69); }

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