#A8D054

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

Shades of Conifer #A8D054

Tints of Conifer #A8D054

Color information

#A8D054 (or 0xA8D054) is unknown color: approx Conifer. HEX triplet: A8, D0 and 54. RGB value is (168,208,84). Sum of RGB (Red+Green+Blue) = 168+208+84=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D054 is #572FAB. Grayscale: #B6B6B6. Windows color (decimal): -5713836 or 5558440. OLE color: 5558440.

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

Color convert

RGB16820884-
CMYK0.1900.600.18
HSL79.35º56.88%57.25%-
HSV(B)79.35º59.62%81.57%-
XYZ40.354.0816.7-
YUV181.972.75118.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=36.52%
G=45.22%
B=18.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168208840.1900.600.1879.3556.8857.25
HexA8D0541303C124f3939
Octal25032012423074221177171
Binary10101000110100001010100100110111100100101001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D054; }

 p { color: rgb(168,208,84); }

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

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

 a { background-color: rgb(168,208,84); }

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

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

 span { border-color: rgb(168,208,84); }

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