Html Css Color HEX #A1E561 Conifer

📋 copy color: '#A1E561'

red 161 ◦ green 229 ◦ blue 97

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

Shades of Conifer #A1E561

Tints of Conifer #A1E561

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 33.06%
G = 47.02%
B = 19.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#A1E561 (or 0xA1E561) is known color: Conifer. HEX triplet: A1, E5 and 61. RGB value is (161,229,97). Sum of RGB (Red+Green+Blue) = 161+229+97=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E561 is #5E1A9E. Grayscale: #C2C2C2. Windows color (decimal): -6167199 or 6415777. OLE color: 6415777.

HSL color Cylindrical-coordinate representation of color #A1E561: hue angle of 90.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1E561 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 97 -
CMYK 0.30 0 0.58 0.10
HSL 90.91º 0.72% 0.64% -
HSV(B) 90.91º 0.58% 0.9% -
XYZ 44.87 64.48 21.39 -
YUV 193.62 73.47 104.73 -
System Red Green Blue C M Y K H S L
Decimal 161 229 97 0.30 0 0.58 0.10 90.91 0.72 0.64
Hex A1 E5 61 1E 0 3A A 5B 48 40
Octal 241 345 141 36 0 72 12 133 110 100
Binary 10100001 11100101 1100001 11110 0 111010 1010 1011011 1001000 1000000

Color Harmonies of #A1E561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E561

Black with #A1E561

Text Example


Text Example

White with #A1E561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E561; }

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

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

background-color css

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

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

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

border-color css

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

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

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