Html Css Color HEX #A1E660 Conifer

📋 copy color: '#A1E660'

red 161 ◦ green 230 ◦ blue 96

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

Shades of Conifer #A1E660

Tints of Conifer #A1E660

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.23%

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

R = 33.06%
G = 47.23%
B = 19.71%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#A1E660 (or 0xA1E660) is known color: Conifer. HEX triplet: A1, E6 and 60. RGB value is (161,230,96). Sum of RGB (Red+Green+Blue) = 161+230+96=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E660 is #5E199F. Grayscale: #C2C2C2. Windows color (decimal): -6166944 or 6350497. OLE color: 6350497.

HSL color Cylindrical-coordinate representation of color #A1E660: hue angle of 90.9º degrees, saturation: 0.73, 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 #A1E660 is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 96 -
CMYK 0.3 0 0.58 0.10
HSL 90.9º 0.73% 0.64% -
HSV(B) 90.9º 0.58% 0.9% -
XYZ 45.11 65.02 21.24 -
YUV 194.09 72.64 104.4 -
System Red Green Blue C M Y K H S L
Decimal 161 230 96 0.3 0 0.58 0.10 90.9 0.73 0.64
Hex A1 E6 60 1E 0 3A A 5B 49 40
Octal 241 346 140 36 0 72 12 133 111 100
Binary 10100001 11100110 1100000 11110 0 111010 1010 1011011 1001001 1000000

Color Harmonies of #A1E660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E660

Black with #A1E660

Text Example


Text Example

White with #A1E660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E660; }

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

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

background-color css

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

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

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

border-color css

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

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

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