#ABD768

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

Shades of Conifer #ABD768

Tints of Conifer #ABD768

Color information

#ABD768 (or 0xABD768) is unknown color: approx Conifer. HEX triplet: AB, D7 and 68. RGB value is (171,215,104). Sum of RGB (Red+Green+Blue) = 171+215+104=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD768 is #542897. Grayscale: #BDBDBD. Windows color (decimal): -5515416 or 6870955. OLE color: 6870955.

HSL color Cylindrical-coordinate representation of color #ABD768: hue angle of 83.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABD768 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB171215104-
CMYK0.2000.520.16
HSL83.78º58.12%62.55%-
HSV(B)83.78º51.63%84.31%-
XYZ43.5958.2622.04-
YUV189.1979.92115.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=34.90%
G=43.88%
B=21.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151040.2000.520.1683.7858.1262.55
HexABD7681403410543a3f
Octal25332715024064201247277
Binary10101011110101111101000101000110100100001010100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD768; }

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

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

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

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

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

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

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

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