#ABED66

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

Shades of Conifer #ABED66

Tints of Conifer #ABED66

Color information

#ABED66 (or 0xABED66) is unknown color: approx Conifer. HEX triplet: AB, ED and 66. RGB value is (171,237,102). Sum of RGB (Red+Green+Blue) = 171+237+102=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED66 is #541299. Grayscale: #CACACA. Windows color (decimal): -5509786 or 6745515. OLE color: 6745515.

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

Color convert

RGB171237102-
CMYK0.2800.570.07
HSL89.33º78.95%66.47%-
HSV(B)89.33º56.96%92.94%-
XYZ49.4870.1923.51-
YUV201.8871.63105.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 237 (92.97% from 255) = 46.47%
BLUE value IS 102 (40.23% from 255) = 20%
R=33.53%
G=46.47%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371020.2800.570.0789.3378.9566.47
HexABED661C0397594f42
Octal253355146340717131117102
Binary10101011111011011100110111000111001111101100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED66; }

 p { color: rgb(171,237,102); }

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

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

 a { background-color: rgb(171,237,102); }

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

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

 span { border-color: rgb(171,237,102); }

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