Html Css Color HEX #A6E160 Conifer

📋 copy color: '#A6E160'

red 166 ◦ green 225 ◦ blue 96

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

Shades of Conifer #A6E160

Tints of Conifer #A6E160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 34.09%
G = 46.2%
B = 19.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A6E160 (or 0xA6E160) is known color: Conifer. HEX triplet: A6, E1 and 60. RGB value is (166,225,96). Sum of RGB (Red+Green+Blue) = 166+225+96=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E160 is #591E9F. Grayscale: #C1C1C1. Windows color (decimal): -5840544 or 6349222. OLE color: 6349222.

HSL color Cylindrical-coordinate representation of color #A6E160: hue angle of 87.44º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6E160 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 225 96 -
CMYK 0.26 0 0.57 0.12
HSL 87.44º 0.68% 0.63% -
HSV(B) 87.44º 0.57% 0.88% -
XYZ 44.76 62.8 20.83 -
YUV 192.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 166 225 96 0.26 0 0.57 0.12 87.44 0.68 0.63
Hex A6 E1 60 1A 0 39 C 57 44 3F
Octal 246 341 140 32 0 71 14 127 104 77
Binary 10100110 11100001 1100000 11010 0 111001 1100 1010111 1000100 111111

Color Harmonies of #A6E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E160

Black with #A6E160

Text Example


Text Example

White with #A6E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E160; }

 p { color: rgb(166,225,96); }

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

background-color css

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

 a { background-color: rgb(166,225,96); }

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

border-color css

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

 span { border-color: rgb(166,225,96); }

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