Html Css Color HEX #A6DD63 Conifer

📋 copy color: '#A6DD63'

red 166 ◦ green 221 ◦ blue 99

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

Shades of Conifer #A6DD63

Tints of Conifer #A6DD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 34.16%
G = 45.47%
B = 20.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#A6DD63 (or 0xA6DD63) is known color: Conifer. HEX triplet: A6, DD and 63. RGB value is (166,221,99). Sum of RGB (Red+Green+Blue) = 166+221+99=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD63 is #59229C. Grayscale: #BFBFBF. Windows color (decimal): -5841565 or 6544806. OLE color: 6544806.

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

Color convert

RGB 166 221 99 -
CMYK 0.25 0 0.55 0.13
HSL 87.05º 0.64% 0.63% -
HSV(B) 87.05º 0.55% 0.87% -
XYZ 43.83 60.72 21.21 -
YUV 190.65 76.28 110.42 -
System Red Green Blue C M Y K H S L
Decimal 166 221 99 0.25 0 0.55 0.13 87.05 0.64 0.63
Hex A6 DD 63 19 0 37 D 57 40 3F
Octal 246 335 143 31 0 67 15 127 100 77
Binary 10100110 11011101 1100011 11001 0 110111 1101 1010111 1000000 111111

Color Harmonies of #A6DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD63

Black with #A6DD63

Text Example


Text Example

White with #A6DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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