Html Css Color HEX #A1E163 Conifer

📋 copy color: '#A1E163'

red 161 ◦ green 225 ◦ blue 99

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

Shades of Conifer #A1E163

Tints of Conifer #A1E163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.41%

R = 33.2%
G = 46.39%
B = 20.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#A1E163 (or 0xA1E163) is known color: Conifer. HEX triplet: A1, E1 and 63. RGB value is (161,225,99). Sum of RGB (Red+Green+Blue) = 161+225+99=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 99 (39.06% from 255 or 20.41% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E163 is #5E1E9C. Grayscale: #BFBFBF. Windows color (decimal): -6168221 or 6545825. OLE color: 6545825.

HSL color Cylindrical-coordinate representation of color #A1E163: hue angle of 90.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1E163 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 99 -
CMYK 0.28 0 0.56 0.12
HSL 90.48º 0.68% 0.64% -
HSV(B) 90.48º 0.56% 0.88% -
XYZ 43.88 62.33 21.52 -
YUV 191.5 75.8 106.25 -
System Red Green Blue C M Y K H S L
Decimal 161 225 99 0.28 0 0.56 0.12 90.48 0.68 0.64
Hex A1 E1 63 1C 0 38 C 5A 44 40
Octal 241 341 143 34 0 70 14 132 104 100
Binary 10100001 11100001 1100011 11100 0 111000 1100 1011010 1000100 1000000

Color Harmonies of #A1E163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E163

Black with #A1E163

Text Example


Text Example

White with #A1E163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E163; }

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

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

background-color css

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

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

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

border-color css

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

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

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