Html Css Color HEX #A6DD49 Conifer

📋 copy color: '#A6DD49'

red 166 ◦ green 221 ◦ blue 73

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

Shades of Conifer #A6DD49

Tints of Conifer #A6DD49

RGB

 RED value IS 166 (65.23% from 255) = 36.09%

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 73 (28.91% from 255) = 15.87%

R = 36.09%
G = 48.04%
B = 15.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A6DD49 (or 0xA6DD49) is known color: Conifer. HEX triplet: A6, DD and 49. RGB value is (166,221,73). Sum of RGB (Red+Green+Blue) = 166+221+73=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD49 is #5922B6. Grayscale: #BCBCBC. Windows color (decimal): -5841591 or 4840870. OLE color: 4840870.

HSL color Cylindrical-coordinate representation of color #A6DD49: hue angle of 82.3º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6DD49 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 73 -
CMYK 0.25 0 0.67 0.13
HSL 82.3º 0.69% 0.58% -
HSV(B) 82.3º 0.67% 0.87% -
XYZ 42.78 60.3 15.69 -
YUV 187.68 63.28 112.53 -
System Red Green Blue C M Y K H S L
Decimal 166 221 73 0.25 0 0.67 0.13 82.3 0.69 0.58
Hex A6 DD 49 19 0 43 D 52 45 3A
Octal 246 335 111 31 0 103 15 122 105 72
Binary 10100110 11011101 1001001 11001 0 1000011 1101 1010010 1000101 111010

Color Harmonies of #A6DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD49

Black with #A6DD49

Text Example


Text Example

White with #A6DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD49; }

 p { color: rgb(166,221,73); }

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

background-color css

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

 a { background-color: rgb(166,221,73); }

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

border-color css

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

 span { border-color: rgb(166,221,73); }

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