Html Css Color HEX #A1E960 Conifer

📋 copy color: '#A1E960'

red 161 ◦ green 233 ◦ blue 96

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

Shades of Conifer #A1E960

Tints of Conifer #A1E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 32.86%
G = 47.55%
B = 19.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A1E960 (or 0xA1E960) is known color: Conifer. HEX triplet: A1, E9 and 60. RGB value is (161,233,96). Sum of RGB (Red+Green+Blue) = 161+233+96=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E960 is #5E169F. Grayscale: #C4C4C4. Windows color (decimal): -6166176 or 6351265. OLE color: 6351265.

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

Color convert

RGB 161 233 96 -
CMYK 0.31 0 0.59 0.09
HSL 91.53º 0.76% 0.65% -
HSV(B) 91.53º 0.59% 0.91% -
XYZ 45.95 66.7 21.52 -
YUV 195.85 71.65 103.14 -
System Red Green Blue C M Y K H S L
Decimal 161 233 96 0.31 0 0.59 0.09 91.53 0.76 0.65
Hex A1 E9 60 1F 0 3B 9 5C 4C 41
Octal 241 351 140 37 0 73 11 134 114 101
Binary 10100001 11101001 1100000 11111 0 111011 1001 1011100 1001100 1000001

Color Harmonies of #A1E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E960

Black with #A1E960

Text Example


Text Example

White with #A1E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E960; }

 p { color: rgb(161,233,96); }

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

background-color css

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

 a { background-color: rgb(161,233,96); }

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

border-color css

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

 span { border-color: rgb(161,233,96); }

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