Html Css Color HEX #A6D966 Conifer

📋 copy color: '#A6D966'

red 166 ◦ green 217 ◦ blue 102

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

Shades of Conifer #A6D966

Tints of Conifer #A6D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 34.23%
G = 44.74%
B = 21.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A6D966 (or 0xA6D966) is known color: Conifer. HEX triplet: A6, D9 and 66. RGB value is (166,217,102). Sum of RGB (Red+Green+Blue) = 166+217+102=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D966 is #592699. Grayscale: #BDBDBD. Windows color (decimal): -5842586 or 6740390. OLE color: 6740390.

HSL color Cylindrical-coordinate representation of color #A6D966: hue angle of 86.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6D966 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 217 102 -
CMYK 0.24 0 0.53 0.15
HSL 86.61º 0.6% 0.63% -
HSV(B) 86.61º 0.53% 0.85% -
XYZ 42.94 58.69 21.64 -
YUV 188.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 166 217 102 0.24 0 0.53 0.15 86.61 0.6 0.63
Hex A6 D9 66 18 0 35 F 57 3C 3F
Octal 246 331 146 30 0 65 17 127 74 77
Binary 10100110 11011001 1100110 11000 0 110101 1111 1010111 111100 111111

Color Harmonies of #A6D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D966

Black with #A6D966

Text Example


Text Example

White with #A6D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D966; }

 p { color: rgb(166,217,102); }

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

background-color css

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

 a { background-color: rgb(166,217,102); }

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

border-color css

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

 span { border-color: rgb(166,217,102); }

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