#ABDE67

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

Shades of Conifer #ABDE67

Tints of Conifer #ABDE67

Color information

#ABDE67 (or 0xABDE67) is unknown color: approx Conifer. HEX triplet: AB, DE and 67. RGB value is (171,222,103). Sum of RGB (Red+Green+Blue) = 171+222+103=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDE67 is #542198. Grayscale: #C1C1C1. Windows color (decimal): -5513625 or 6807211. OLE color: 6807211.

HSL color Cylindrical-coordinate representation of color #ABDE67: hue angle of 85.71º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABDE67 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB171222103-
CMYK0.2300.540.13
HSL85.71º64.32%63.73%-
HSV(B)85.71º53.6%87.06%-
XYZ45.3661.8822.39-
YUV193.1877.1112.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=34.48%
G=44.76%
B=20.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221030.2300.540.1385.7164.3263.73
HexABDE6717036D564040
Octal2533361472706615126100100
Binary101010111101111011001111011101101101101101011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE67; }

 p { color: rgb(171,222,103); }

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

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

 a { background-color: rgb(171,222,103); }

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

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

 span { border-color: rgb(171,222,103); }

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