Html Css Color HEX #A6D964 Conifer

📋 copy color: '#A6D964'

red 166 ◦ green 217 ◦ blue 100

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

Shades of Conifer #A6D964

Tints of Conifer #A6D964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 34.37%
G = 44.93%
B = 20.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#A6D964 (or 0xA6D964) is known color: Conifer. HEX triplet: A6, D9 and 64. RGB value is (166,217,100). Sum of RGB (Red+Green+Blue) = 166+217+100=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D964 is #59269B. Grayscale: #BCBCBC. Windows color (decimal): -5842588 or 6609318. OLE color: 6609318.

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

Color convert

RGB 166 217 100 -
CMYK 0.24 0 0.54 0.15
HSL 86.15º 0.61% 0.62% -
HSV(B) 86.15º 0.54% 0.85% -
XYZ 42.84 58.65 21.12 -
YUV 188.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 166 217 100 0.24 0 0.54 0.15 86.15 0.61 0.62
Hex A6 D9 64 18 0 36 F 56 3D 3E
Octal 246 331 144 30 0 66 17 126 75 76
Binary 10100110 11011001 1100100 11000 0 110110 1111 1010110 111101 111110

Color Harmonies of #A6D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D964

Black with #A6D964

Text Example


Text Example

White with #A6D964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D964; }

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

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

background-color css

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

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

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

border-color css

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

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

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