Html Css Color HEX #A1E156 Conifer

📋 copy color: '#A1E156'

red 161 ◦ green 225 ◦ blue 86

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

Shades of Conifer #A1E156

Tints of Conifer #A1E156

RGB

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

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

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

R = 34.11%
G = 47.67%
B = 18.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#A1E156 (or 0xA1E156) is known color: Conifer. HEX triplet: A1, E1 and 56. RGB value is (161,225,86). Sum of RGB (Red+Green+Blue) = 161+225+86=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E156 is #5E1EA9. Grayscale: #BEBEBE. Windows color (decimal): -6168234 or 5693857. OLE color: 5693857.

HSL color Cylindrical-coordinate representation of color #A1E156: hue angle of 87.63º 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 #A1E156 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 86 -
CMYK 0.28 0 0.62 0.12
HSL 87.63º 0.7% 0.61% -
HSV(B) 87.63º 0.62% 0.88% -
XYZ 43.3 62.1 18.51 -
YUV 190.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 161 225 86 0.28 0 0.62 0.12 87.63 0.7 0.61
Hex A1 E1 56 1C 0 3E C 58 46 3D
Octal 241 341 126 34 0 76 14 130 106 75
Binary 10100001 11100001 1010110 11100 0 111110 1100 1011000 1000110 111101

Color Harmonies of #A1E156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E156

Black with #A1E156

Text Example


Text Example

White with #A1E156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E156; }

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

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

background-color css

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

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

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

border-color css

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

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

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