Html Css Color HEX #A1E165 Conifer

📋 copy color: '#A1E165'

red 161 ◦ green 225 ◦ blue 101

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

Shades of Conifer #A1E165

Tints of Conifer #A1E165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.74%

R = 33.06%
G = 46.2%
B = 20.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#A1E165 (or 0xA1E165) is known color: Conifer. HEX triplet: A1, E1 and 65. RGB value is (161,225,101). Sum of RGB (Red+Green+Blue) = 161+225+101=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E165 is #5E1E9A. Grayscale: #C0C0C0. Windows color (decimal): -6168219 or 6676897. OLE color: 6676897.

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

Color convert

RGB 161 225 101 -
CMYK 0.28 0 0.55 0.12
HSL 90.97º 0.67% 0.64% -
HSV(B) 90.97º 0.55% 0.88% -
XYZ 43.97 62.37 22.03 -
YUV 191.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 161 225 101 0.28 0 0.55 0.12 90.97 0.67 0.64
Hex A1 E1 65 1C 0 37 C 5B 43 40
Octal 241 341 145 34 0 67 14 133 103 100
Binary 10100001 11100001 1100101 11100 0 110111 1100 1011011 1000011 1000000

Color Harmonies of #A1E165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E165

Black with #A1E165

Text Example


Text Example

White with #A1E165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E165; }

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

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

background-color css

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

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

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

border-color css

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

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

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