Html Css Color HEX #A1E356 Conifer

📋 copy color: '#A1E356'

red 161 ◦ green 227 ◦ blue 86

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

Shades of Conifer #A1E356

Tints of Conifer #A1E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

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

R = 33.97%
G = 47.89%
B = 18.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#A1E356 (or 0xA1E356) is known color: Conifer. HEX triplet: A1, E3 and 56. RGB value is (161,227,86). Sum of RGB (Red+Green+Blue) = 161+227+86=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E356 is #5E1CA9. Grayscale: #BFBFBF. Windows color (decimal): -6167722 or 5694369. OLE color: 5694369.

HSL color Cylindrical-coordinate representation of color #A1E356: hue angle of 88.09º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1E356 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 86 -
CMYK 0.29 0 0.62 0.11
HSL 88.09º 0.72% 0.61% -
HSV(B) 88.09º 0.62% 0.89% -
XYZ 43.85 63.19 18.69 -
YUV 191.19 68.63 106.46 -
System Red Green Blue C M Y K H S L
Decimal 161 227 86 0.29 0 0.62 0.11 88.09 0.72 0.61
Hex A1 E3 56 1D 0 3E B 58 48 3D
Octal 241 343 126 35 0 76 13 130 110 75
Binary 10100001 11100011 1010110 11101 0 111110 1011 1011000 1001000 111101

Color Harmonies of #A1E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E356

Black with #A1E356

Text Example


Text Example

White with #A1E356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E356; }

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

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

background-color css

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

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

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

border-color css

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

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

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