#ABDA69

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

Shades of Conifer #ABDA69

Tints of Conifer #ABDA69

Color information

#ABDA69 (or 0xABDA69) is unknown color: approx Conifer. HEX triplet: AB, DA and 69. RGB value is (171,218,105). Sum of RGB (Red+Green+Blue) = 171+218+105=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA69 is #542596. Grayscale: #BFBFBF. Windows color (decimal): -5514647 or 6937259. OLE color: 6937259.

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

Color convert

RGB171218105-
CMYK0.2200.520.15
HSL84.96º60.43%63.33%-
HSV(B)84.96º51.83%85.49%-
XYZ44.4259.8222.57-
YUV191.0679.43113.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=34.62%
G=44.13%
B=21.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712181050.2200.520.1584.9660.4363.33
HexABDA6916034F553c3f
Octal25333215126064171257477
Binary1010101111011010110100110110011010011111010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDA69; }

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

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

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

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

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

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

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

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