Html Css Color HEX #A6E156 Conifer

📋 copy color: '#A6E156'

red 166 ◦ green 225 ◦ blue 86

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

Shades of Conifer #A6E156

Tints of Conifer #A6E156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.03%

R = 34.8%
G = 47.17%
B = 18.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#A6E156 (or 0xA6E156) is known color: Conifer. HEX triplet: A6, E1 and 56. RGB value is (166,225,86). Sum of RGB (Red+Green+Blue) = 166+225+86=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E156 is #591EA9. Grayscale: #C0C0C0. Windows color (decimal): -5840554 or 5693862. OLE color: 5693862.

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

Color convert

RGB 166 225 86 -
CMYK 0.26 0 0.62 0.12
HSL 85.47º 0.7% 0.61% -
HSV(B) 85.47º 0.62% 0.88% -
XYZ 44.33 62.63 18.56 -
YUV 191.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 166 225 86 0.26 0 0.62 0.12 85.47 0.7 0.61
Hex A6 E1 56 1A 0 3E C 55 46 3D
Octal 246 341 126 32 0 76 14 125 106 75
Binary 10100110 11100001 1010110 11010 0 111110 1100 1010101 1000110 111101

Color Harmonies of #A6E156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E156

Black with #A6E156

Text Example


Text Example

White with #A6E156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E156; }

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

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

background-color css

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

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

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

border-color css

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

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

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