Html Css Color HEX #A1F55E Conifer

📋 copy color: '#A1F55E'

red 161 ◦ green 245 ◦ blue 94

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

Shades of Conifer #A1F55E

Tints of Conifer #A1F55E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 32.2%
G = 49%
B = 18.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#A1F55E (or 0xA1F55E) is known color: Conifer. HEX triplet: A1, F5 and 5E. RGB value is (161,245,94). Sum of RGB (Red+Green+Blue) = 161+245+94=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F55E is #5E0AA1. Grayscale: #CBCBCB. Windows color (decimal): -6163106 or 6223265. OLE color: 6223265.

HSL color Cylindrical-coordinate representation of color #A1F55E: hue angle of 93.38º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1F55E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 245 94 -
CMYK 0.34 0 0.62 0.04
HSL 93.38º 0.88% 0.66% -
HSV(B) 93.38º 0.62% 0.96% -
XYZ 49.37 73.69 22.21 -
YUV 202.67 66.67 98.28 -
System Red Green Blue C M Y K H S L
Decimal 161 245 94 0.34 0 0.62 0.04 93.38 0.88 0.66
Hex A1 F5 5E 22 0 3E 4 5D 58 42
Octal 241 365 136 42 0 76 4 135 130 102
Binary 10100001 11110101 1011110 100010 0 111110 100 1011101 1011000 1000010

Color Harmonies of #A1F55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F55E

Black with #A1F55E

Text Example


Text Example

White with #A1F55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F55E; }

 p { color: rgb(161,245,94); }

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

background-color css

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

 a { background-color: rgb(161,245,94); }

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

border-color css

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

 span { border-color: rgb(161,245,94); }

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