#ABD068

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

Shades of Conifer #ABD068

Tints of Conifer #ABD068

Color information

#ABD068 (or 0xABD068) is unknown color: approx Conifer. HEX triplet: AB, D0 and 68. RGB value is (171,208,104). Sum of RGB (Red+Green+Blue) = 171+208+104=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD068 is #542F97. Grayscale: #B9B9B9. Windows color (decimal): -5517208 or 6869163. OLE color: 6869163.

HSL color Cylindrical-coordinate representation of color #ABD068: hue angle of 81.35º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABD068 is Cyan = 0.18, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB171208104-
CMYK0.1800.50.18
HSL81.35º52.53%61.18%-
HSV(B)81.35º50%81.57%-
XYZ41.8554.7721.46-
YUV185.0882.24117.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 208 (81.64% from 255) = 43.06%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=35.40%
G=43.06%
B=21.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081040.1800.50.1881.3552.5361.18
HexABD068120321251353d
Octal25332015022062221216575
Binary10101011110100001101000100100110010100101010001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD068; }

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

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

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

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

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

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

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

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