Html Css Color HEX #A1E856 Conifer

📋 copy color: '#A1E856'

red 161 ◦ green 232 ◦ blue 86

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

Shades of Conifer #A1E856

Tints of Conifer #A1E856

RGB

 RED value IS 161 (63.28% from 255) = 33.61%

 GREEN value IS 232 (91.02% from 255) = 48.43%

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

R = 33.61%
G = 48.43%
B = 17.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#A1E856 (or 0xA1E856) is known color: Conifer. HEX triplet: A1, E8 and 56. RGB value is (161,232,86). Sum of RGB (Red+Green+Blue) = 161+232+86=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E856 is #5E17A9. Grayscale: #C2C2C2. Windows color (decimal): -6166442 or 5695649. OLE color: 5695649.

HSL color Cylindrical-coordinate representation of color #A1E856: hue angle of 89.18º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1E856 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 232 86 -
CMYK 0.31 0 0.63 0.09
HSL 89.18º 0.76% 0.62% -
HSV(B) 89.18º 0.63% 0.91% -
XYZ 45.23 65.96 19.15 -
YUV 194.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 161 232 86 0.31 0 0.63 0.09 89.18 0.76 0.62
Hex A1 E8 56 1F 0 3F 9 59 4C 3E
Octal 241 350 126 37 0 77 11 131 114 76
Binary 10100001 11101000 1010110 11111 0 111111 1001 1011001 1001100 111110

Color Harmonies of #A1E856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E856

Black with #A1E856

Text Example


Text Example

White with #A1E856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E856; }

 p { color: rgb(161,232,86); }

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

background-color css

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

 a { background-color: rgb(161,232,86); }

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

border-color css

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

 span { border-color: rgb(161,232,86); }

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