Html Css Color HEX #A9DA5D Conifer

📋 copy color: '#A9DA5D'

red 169 ◦ green 218 ◦ blue 93

#A9DA5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A9DA5D

Tints of Conifer #A9DA5D

RGB

 RED value IS 169 (66.41% from 255) = 35.21%

 GREEN value IS 218 (85.55% from 255) = 45.42%

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 35.21%
G = 45.42%
B = 19.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#A9DA5D (or 0xA9DA5D) is known color: Conifer. HEX triplet: A9, DA and 5D. RGB value is (169,218,93). Sum of RGB (Red+Green+Blue) = 169+218+93=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DA5D is #5625A2. Grayscale: #BDBDBD. Windows color (decimal): -5645731 or 6150825. OLE color: 6150825.

HSL color Cylindrical-coordinate representation of color #A9DA5D: hue angle of 83.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9DA5D is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 218 93 -
CMYK 0.22 0 0.57 0.15
HSL 83.52º 0.63% 0.61% -
HSV(B) 83.52º 0.57% 0.85% -
XYZ 43.41 59.37 19.53 -
YUV 189.1 73.77 113.66 -
System Red Green Blue C M Y K H S L
Decimal 169 218 93 0.22 0 0.57 0.15 83.52 0.63 0.61
Hex A9 DA 5D 16 0 39 F 54 3F 3D
Octal 251 332 135 26 0 71 17 124 77 75
Binary 10101001 11011010 1011101 10110 0 111001 1111 1010100 111111 111101

Color Harmonies of #A9DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DA5D

Black with #A9DA5D

Text Example


Text Example

White with #A9DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DA5D; }

 p { color: rgb(169,218,93); }

 H1.HeaderClassName
 {
   color: #A9DA5D;
 }
 .AnyTagClassName
 {
   color: #A9DA5D;
 }
</style>

background-color css

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

 a { background-color: rgb(169,218,93); }

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

border-color css

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

 span { border-color: rgb(169,218,93); }

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