#ABDA61

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

Shades of Conifer #ABDA61

Tints of Conifer #ABDA61

Color information

#ABDA61 (or 0xABDA61) is unknown color: approx Conifer. HEX triplet: AB, DA and 61. RGB value is (171,218,97). Sum of RGB (Red+Green+Blue) = 171+218+97=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA61 is #54259E. Grayscale: #BEBEBE. Windows color (decimal): -5514655 or 6412971. OLE color: 6412971.

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

Color convert

RGB17121897-
CMYK0.2200.560.15
HSL83.31º62.05%61.76%-
HSV(B)83.31º55.5%85.49%-
XYZ44.0259.6620.51-
YUV190.1575.43114.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=35.19%
G=44.86%
B=19.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171218970.2200.560.1583.3162.0561.76
HexABDA6116038F533e3e
Octal25333214126070171237676
Binary1010101111011010110000110110011100011111010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA61; }

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

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

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

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

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

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

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

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