#A8D150

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

Shades of Conifer #A8D150

Tints of Conifer #A8D150

Color information

#A8D150 (or 0xA8D150) is unknown color: approx Conifer. HEX triplet: A8, D1 and 50. RGB value is (168,209,80). Sum of RGB (Red+Green+Blue) = 168+209+80=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D150 is #572EAF. Grayscale: #B6B6B6. Windows color (decimal): -5713584 or 5296552. OLE color: 5296552.

HSL color Cylindrical-coordinate representation of color #A8D150: hue angle of 79.07º 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 #A8D150 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB16820980-
CMYK0.2000.620.18
HSL79.07º58.37%56.67%-
HSV(B)79.07º61.72%81.96%-
XYZ40.454.515.98-
YUV182.0470.42117.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=36.76%
G=45.73%
B=17.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168209800.2000.620.1879.0758.3756.67
HexA8D1501403E124f3a39
Octal25032112024076221177271
Binary10101000110100011010000101000111110100101001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D150; }

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

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

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

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

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

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

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

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