Html Css Color HEX #A6C961 Conifer

📋 copy color: '#A6C961'

red 166 ◦ green 201 ◦ blue 97

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

Shades of Conifer #A6C961

Tints of Conifer #A6C961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

 BLUE value IS 97 (38.28% from 255) = 20.91%

R = 35.78%
G = 43.32%
B = 20.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#A6C961 (or 0xA6C961) is known color: Conifer. HEX triplet: A6, C9 and 61. RGB value is (166,201,97). Sum of RGB (Red+Green+Blue) = 166+201+97=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C961 is #59369E. Grayscale: #B3B3B3. Windows color (decimal): -5846687 or 6408614. OLE color: 6408614.

HSL color Cylindrical-coordinate representation of color #A6C961: hue angle of 80.19º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6C961 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 201 97 -
CMYK 0.17 0 0.52 0.21
HSL 80.19º 0.49% 0.58% -
HSV(B) 80.19º 0.52% 0.79% -
XYZ 38.77 50.74 19.06 -
YUV 178.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 166 201 97 0.17 0 0.52 0.21 80.19 0.49 0.58
Hex A6 C9 61 11 0 34 15 50 31 3A
Octal 246 311 141 21 0 64 25 120 61 72
Binary 10100110 11001001 1100001 10001 0 110100 10101 1010000 110001 111010

Color Harmonies of #A6C961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C961

Black with #A6C961

Text Example


Text Example

White with #A6C961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C961; }

 p { color: rgb(166,201,97); }

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

background-color css

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

 a { background-color: rgb(166,201,97); }

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

border-color css

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

 span { border-color: rgb(166,201,97); }

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