Html Css Color HEX #A9DC5D Conifer

📋 copy color: '#A9DC5D'

red 169 ◦ green 220 ◦ blue 93

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

Shades of Conifer #A9DC5D

Tints of Conifer #A9DC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

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

R = 35.06%
G = 45.64%
B = 19.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#A9DC5D (or 0xA9DC5D) is known color: Conifer. HEX triplet: A9, DC and 5D. RGB value is (169,220,93). Sum of RGB (Red+Green+Blue) = 169+220+93=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC5D is #5623A2. Grayscale: #BEBEBE. Windows color (decimal): -5645219 or 6151337. OLE color: 6151337.

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

Color convert

RGB 169 220 93 -
CMYK 0.23 0 0.58 0.14
HSL 84.09º 0.64% 0.61% -
HSV(B) 84.09º 0.58% 0.86% -
XYZ 43.93 60.41 19.7 -
YUV 190.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 169 220 93 0.23 0 0.58 0.14 84.09 0.64 0.61
Hex A9 DC 5D 17 0 3A E 54 40 3D
Octal 251 334 135 27 0 72 16 124 100 75
Binary 10101001 11011100 1011101 10111 0 111010 1110 1010100 1000000 111101

Color Harmonies of #A9DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DC5D

Black with #A9DC5D

Text Example


Text Example

White with #A9DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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