Html Css Color HEX #A1E95B Conifer

📋 copy color: '#A1E95B'

red 161 ◦ green 233 ◦ blue 91

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

Shades of Conifer #A1E95B

Tints of Conifer #A1E95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.76%

R = 33.2%
G = 48.04%
B = 18.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#A1E95B (or 0xA1E95B) is known color: Conifer. HEX triplet: A1, E9 and 5B. RGB value is (161,233,91). Sum of RGB (Red+Green+Blue) = 161+233+91=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E95B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E95B is #5E16A4. Grayscale: #C3C3C3. Windows color (decimal): -6166181 or 6023585. OLE color: 6023585.

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

Color convert

RGB 161 233 91 -
CMYK 0.31 0 0.61 0.09
HSL 90.42º 0.76% 0.64% -
HSV(B) 90.42º 0.61% 0.91% -
XYZ 45.73 66.61 20.34 -
YUV 195.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 161 233 91 0.31 0 0.61 0.09 90.42 0.76 0.64
Hex A1 E9 5B 1F 0 3D 9 5A 4C 40
Octal 241 351 133 37 0 75 11 132 114 100
Binary 10100001 11101001 1011011 11111 0 111101 1001 1011010 1001100 1000000

Color Harmonies of #A1E95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E95B

Black with #A1E95B

Text Example


Text Example

White with #A1E95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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