#ABD662

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

Shades of Conifer #ABD662

Tints of Conifer #ABD662

Color information

#ABD662 (or 0xABD662) is unknown color: approx Conifer. HEX triplet: AB, D6 and 62. RGB value is (171,214,98). Sum of RGB (Red+Green+Blue) = 171+214+98=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD662 is #54299D. Grayscale: #BCBCBC. Windows color (decimal): -5515678 or 6477483. OLE color: 6477483.

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

Color convert

RGB17121498-
CMYK0.2000.540.16
HSL82.24º58.59%61.18%-
HSV(B)82.24º54.21%83.92%-
XYZ43.0557.6320.41-
YUV187.9277.25115.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=35.40%
G=44.31%
B=20.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171214980.2000.540.1682.2458.5961.18
HexABD6621403610523b3d
Octal25332614224066201227375
Binary10101011110101101100010101000110110100001010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD662; }

 p { color: rgb(171,214,98); }

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

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

 a { background-color: rgb(171,214,98); }

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

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

 span { border-color: rgb(171,214,98); }

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