#a8dd54

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

Shades of Conifer #A8DD54

Tints of Conifer #A8DD54

Color information

#A8DD54 (or 0xA8DD54) is unknown color: approx Conifer. HEX triplet: A8, DD and 54. RGB value is (168,221,84). Sum of RGB (Red+Green+Blue) = 168+221+84=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD54 is #5722AB. Grayscale: #BEBEBE. Windows color (decimal): -5710508 or 5561768. OLE color: 5561768.

HSL color Cylindrical-coordinate representation of color #A8DD54: hue angle of 83.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8DD54 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB16822184-
CMYK0.2400.620.13
HSL83.21º66.83%59.8%-
HSV(B)83.21º61.99%86.67%-
XYZ43.6160.6817.8-
YUV189.5468.44112.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 84 (33.20% from 255) = 17.76%
R=35.52%
G=46.72%
B=17.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168221840.2400.620.1383.2166.8359.8
HexA8DD541803ED53433c
Octal250335124300761512310374
Binary10101000110111011010100110000111110110110100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8dd54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8dd54; }

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

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

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

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

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

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

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

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