#A9D058

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

Shades of Conifer #A9D058

Tints of Conifer #A9D058

Color information

#A9D058 (or 0xA9D058) is unknown color: approx Conifer. HEX triplet: A9, D0 and 58. RGB value is (169,208,88). Sum of RGB (Red+Green+Blue) = 169+208+88=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D058 is #562FA7. Grayscale: #B7B7B7. Windows color (decimal): -5648296 or 5820585. OLE color: 5820585.

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

Color convert

RGB16920888-
CMYK0.1900.580.18
HSL79.5º56.07%58.04%-
HSV(B)79.5º57.69%81.57%-
XYZ40.6854.2517.56-
YUV182.6674.58118.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 88 (34.77% from 255) = 18.92%
R=36.34%
G=44.73%
B=18.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169208880.1900.580.1879.556.0758.04
HexA9D0581303A1250383a
Octal25132013023072221207072
Binary10101001110100001011000100110111010100101010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D058; }

 p { color: rgb(169,208,88); }

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

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

 a { background-color: rgb(169,208,88); }

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

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

 span { border-color: rgb(169,208,88); }

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