Html Css Color HEX #A6DD48 Conifer

📋 copy color: '#A6DD48'

red 166 ◦ green 221 ◦ blue 72

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

Shades of Conifer #A6DD48

Tints of Conifer #A6DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 36.17%
G = 48.15%
B = 15.69%

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

#A6DD48 (or 0xA6DD48) is known color: Conifer. HEX triplet: A6, DD and 48. RGB value is (166,221,72). Sum of RGB (Red+Green+Blue) = 166+221+72=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD48 is #5922B7. Grayscale: #BCBCBC. Windows color (decimal): -5841592 or 4775334. OLE color: 4775334.

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

Color convert

RGB 166 221 72 -
CMYK 0.25 0 0.67 0.13
HSL 82.15º 0.69% 0.57% -
HSV(B) 82.15º 0.67% 0.87% -
XYZ 42.75 60.29 15.51 -
YUV 187.57 62.78 112.62 -
System Red Green Blue C M Y K H S L
Decimal 166 221 72 0.25 0 0.67 0.13 82.15 0.69 0.57
Hex A6 DD 48 19 0 43 D 52 45 39
Octal 246 335 110 31 0 103 15 122 105 71
Binary 10100110 11011101 1001000 11001 0 1000011 1101 1010010 1000101 111001

Color Harmonies of #A6DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD48

Black with #A6DD48

Text Example


Text Example

White with #A6DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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