#ABED68

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

Shades of Conifer #ABED68

Tints of Conifer #ABED68

Color information

#ABED68 (or 0xABED68) is unknown color: approx Conifer. HEX triplet: AB, ED and 68. RGB value is (171,237,104). Sum of RGB (Red+Green+Blue) = 171+237+104=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABED68 is #541297. Grayscale: #CACACA. Windows color (decimal): -5509784 or 6876587. OLE color: 6876587.

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

Color convert

RGB171237104-
CMYK0.2800.560.07
HSL89.77º78.7%66.86%-
HSV(B)89.77º56.12%92.94%-
XYZ49.5870.2324.04-
YUV202.172.63105.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=33.40%
G=46.29%
B=20.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712371040.2800.560.0789.7778.766.86
HexABED681C03875a4f43
Octal253355150340707132117103
Binary10101011111011011101000111000111000111101101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABED68; }

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

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

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

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

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

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

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

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