Html Css Color HEX #A1E161 Conifer

📋 copy color: '#A1E161'

red 161 ◦ green 225 ◦ blue 97

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

Shades of Conifer #A1E161

Tints of Conifer #A1E161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 33.33%
G = 46.58%
B = 20.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#A1E161 (or 0xA1E161) is known color: Conifer. HEX triplet: A1, E1 and 61. RGB value is (161,225,97). Sum of RGB (Red+Green+Blue) = 161+225+97=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E161 is #5E1E9E. Grayscale: #BFBFBF. Windows color (decimal): -6168223 or 6414753. OLE color: 6414753.

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

Color convert

RGB 161 225 97 -
CMYK 0.28 0 0.57 0.12
HSL 90º 0.68% 0.63% -
HSV(B) 90º 0.57% 0.88% -
XYZ 43.78 62.29 21.03 -
YUV 191.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 161 225 97 0.28 0 0.57 0.12 90 0.68 0.63
Hex A1 E1 61 1C 0 39 C 5A 44 3F
Octal 241 341 141 34 0 71 14 132 104 77
Binary 10100001 11100001 1100001 11100 0 111001 1100 1011010 1000100 111111

Color Harmonies of #A1E161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E161

Black with #A1E161

Text Example


Text Example

White with #A1E161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E161; }

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

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

background-color css

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

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

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

border-color css

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

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

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