#A9D364

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

Shades of Conifer #A9D364

Tints of Conifer #A9D364

Color information

#A9D364 (or 0xA9D364) is unknown color: approx Conifer. HEX triplet: A9, D3 and 64. RGB value is (169,211,100). Sum of RGB (Red+Green+Blue) = 169+211+100=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D364 is #562C9B. Grayscale: #BABABA. Windows color (decimal): -5647516 or 6607785. OLE color: 6607785.

HSL color Cylindrical-coordinate representation of color #A9D364: hue angle of 82.7º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9D364 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB169211100-
CMYK0.2000.530.17
HSL82.7º55.78%60.98%-
HSV(B)82.7º52.61%82.75%-
XYZ41.9655.9420.64-
YUV185.7979.59116.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 211 (82.81% from 255) = 43.96%
BLUE value IS 100 (39.45% from 255) = 20.83%
R=35.21%
G=43.96%
B=20.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692111000.2000.530.1782.755.7860.98
HexA9D364140351153383d
Octal25132314424065211237075
Binary10101001110100111100100101000110101100011010011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D364; }

 p { color: rgb(169,211,100); }

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

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

 a { background-color: rgb(169,211,100); }

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

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

 span { border-color: rgb(169,211,100); }

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