#a9dc54

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

Shades of Conifer #A9DC54

Tints of Conifer #A9DC54

Color information

#A9DC54 (or 0xA9DC54) is unknown color: approx Conifer. HEX triplet: A9, DC and 54. RGB value is (169,220,84). Sum of RGB (Red+Green+Blue) = 169+220+84=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC54 is #5623AB. Grayscale: #BDBDBD. Windows color (decimal): -5645228 or 5561513. OLE color: 5561513.

HSL color Cylindrical-coordinate representation of color #A9DC54: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9DC54 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB16922084-
CMYK0.2300.620.14
HSL82.5º66.02%59.61%-
HSV(B)82.5º61.82%86.27%-
XYZ43.5660.2617.72-
YUV189.2568.6113.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 84 (33.20% from 255) = 17.76%
R=35.73%
G=46.51%
B=17.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169220840.2300.620.1482.566.0259.61
HexA9DC541703EE52423c
Octal251334124270761612210274
Binary10101001110111001010100101110111110111010100101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9dc54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9dc54; }

 p { color: rgb(169,220,84); }

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

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

 a { background-color: rgb(169,220,84); }

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

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

 span { border-color: rgb(169,220,84); }

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