Html Css Color HEX #A6DC61 Conifer

📋 copy color: '#A6DC61'

red 166 ◦ green 220 ◦ blue 97

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

Shades of Conifer #A6DC61

Tints of Conifer #A6DC61

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 34.37%
G = 45.55%
B = 20.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#A6DC61 (or 0xA6DC61) is known color: Conifer. HEX triplet: A6, DC and 61. RGB value is (166,220,97). Sum of RGB (Red+Green+Blue) = 166+220+97=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC61 is #59239E. Grayscale: #BEBEBE. Windows color (decimal): -5841823 or 6413478. OLE color: 6413478.

HSL color Cylindrical-coordinate representation of color #A6DC61: hue angle of 86.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6DC61 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 97 -
CMYK 0.25 0 0.56 0.14
HSL 86.34º 0.64% 0.62% -
HSV(B) 86.34º 0.56% 0.86% -
XYZ 43.48 60.16 20.63 -
YUV 189.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 166 220 97 0.25 0 0.56 0.14 86.34 0.64 0.62
Hex A6 DC 61 19 0 38 E 56 40 3E
Octal 246 334 141 31 0 70 16 126 100 76
Binary 10100110 11011100 1100001 11001 0 111000 1110 1010110 1000000 111110

Color Harmonies of #A6DC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC61

Black with #A6DC61

Text Example


Text Example

White with #A6DC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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