#abd150

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

Shades of Conifer #ABD150

Tints of Conifer #ABD150

Color information

#ABD150 (or 0xABD150) is unknown color: approx Conifer. HEX triplet: AB, D1 and 50. RGB value is (171,209,80). Sum of RGB (Red+Green+Blue) = 171+209+80=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD150 is #542EAF. Grayscale: #B7B7B7. Windows color (decimal): -5516976 or 5296555. OLE color: 5296555.

HSL color Cylindrical-coordinate representation of color #ABD150: hue angle of 77.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABD150 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB17120980-
CMYK0.1800.620.18
HSL77.67º58.37%56.67%-
HSV(B)77.67º61.72%81.96%-
XYZ41.0454.8416.01-
YUV182.9369.91119.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=37.17%
G=45.43%
B=17.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171209800.1800.620.1877.6758.3756.67
HexABD1501203E124e3a39
Octal25332112022076221167271
Binary10101011110100011010000100100111110100101001110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd150; }

 p { color: rgb(171,209,80); }

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

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

 a { background-color: rgb(171,209,80); }

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

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

 span { border-color: rgb(171,209,80); }

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