#ABDA68

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

Shades of Conifer #ABDA68

Tints of Conifer #ABDA68

Color information

#ABDA68 (or 0xABDA68) is unknown color: approx Conifer. HEX triplet: AB, DA and 68. RGB value is (171,218,104). Sum of RGB (Red+Green+Blue) = 171+218+104=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA68 is #542597. Grayscale: #BFBFBF. Windows color (decimal): -5514648 or 6871723. OLE color: 6871723.

HSL color Cylindrical-coordinate representation of color #ABDA68: hue angle of 84.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABDA68 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB171218104-
CMYK0.2200.520.15
HSL84.74º60.64%63.14%-
HSV(B)84.74º52.29%85.49%-
XYZ44.3659.822.3-
YUV190.9578.93113.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 218 (85.55% from 255) = 44.22%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=34.69%
G=44.22%
B=21.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181040.2200.520.1584.7460.6463.14
HexABDA6816034F553d3f
Octal25333215026064171257577
Binary1010101111011010110100010110011010011111010101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA68; }

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

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

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

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

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

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

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

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