Html Css Color HEX #A1E950 Conifer

📋 copy color: '#A1E950'

red 161 ◦ green 233 ◦ blue 80

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

Shades of Conifer #A1E950

Tints of Conifer #A1E950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 33.97%
G = 49.16%
B = 16.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#A1E950 (or 0xA1E950) is known color: Conifer. HEX triplet: A1, E9 and 50. RGB value is (161,233,80). Sum of RGB (Red+Green+Blue) = 161+233+80=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E950 is #5E16AF. Grayscale: #C2C2C2. Windows color (decimal): -6166192 or 5302689. OLE color: 5302689.

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

Color convert

RGB 161 233 80 -
CMYK 0.31 0 0.66 0.09
HSL 88.24º 0.78% 0.61% -
HSV(B) 88.24º 0.66% 0.91% -
XYZ 45.28 66.43 18.03 -
YUV 194.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 161 233 80 0.31 0 0.66 0.09 88.24 0.78 0.61
Hex A1 E9 50 1F 0 42 9 58 4E 3D
Octal 241 351 120 37 0 102 11 130 116 75
Binary 10100001 11101001 1010000 11111 0 1000010 1001 1011000 1001110 111101

Color Harmonies of #A1E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E950

Black with #A1E950

Text Example


Text Example

White with #A1E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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