Html Css Color HEX #A9DC4B Conifer

📋 copy color: '#A9DC4B'

red 169 ◦ green 220 ◦ blue 75

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

Shades of Conifer #A9DC4B

Tints of Conifer #A9DC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.16%

R = 36.42%
G = 47.41%
B = 16.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#A9DC4B (or 0xA9DC4B) is known color: Conifer. HEX triplet: A9, DC and 4B. RGB value is (169,220,75). Sum of RGB (Red+Green+Blue) = 169+220+75=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DC4B is #5623B4. Grayscale: #BCBCBC. Windows color (decimal): -5645237 or 4971689. OLE color: 4971689.

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

Color convert

RGB 169 220 75 -
CMYK 0.23 0 0.66 0.14
HSL 81.1º 0.67% 0.58% -
HSV(B) 81.1º 0.66% 0.86% -
XYZ 43.23 60.13 15.98 -
YUV 188.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 169 220 75 0.23 0 0.66 0.14 81.1 0.67 0.58
Hex A9 DC 4B 17 0 42 E 51 43 3A
Octal 251 334 113 27 0 102 16 121 103 72
Binary 10101001 11011100 1001011 10111 0 1000010 1110 1010001 1000011 111010

Color Harmonies of #A9DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DC4B

Black with #A9DC4B

Text Example


Text Example

White with #A9DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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