Html Css Color HEX #A1FC5E Conifer

📋 copy color: '#A1FC5E'

red 161 ◦ green 252 ◦ blue 94

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

Shades of Conifer #A1FC5E

Tints of Conifer #A1FC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.7%

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

R = 31.76%
G = 49.7%
B = 18.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#A1FC5E (or 0xA1FC5E) is known color: Conifer. HEX triplet: A1, FC and 5E. RGB value is (161,252,94). Sum of RGB (Red+Green+Blue) = 161+252+94=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC5E is #5E03A1. Grayscale: #CFCFCF. Windows color (decimal): -6161314 or 6225057. OLE color: 6225057.

HSL color Cylindrical-coordinate representation of color #A1FC5E: hue angle of 94.56º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1FC5E is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 94 -
CMYK 0.36 0 0.63 0.01
HSL 94.56º 0.96% 0.68% -
HSV(B) 94.56º 0.63% 0.99% -
XYZ 51.53 78.01 22.93 -
YUV 206.78 64.35 95.35 -
System Red Green Blue C M Y K H S L
Decimal 161 252 94 0.36 0 0.63 0.01 94.56 0.96 0.68
Hex A1 FC 5E 24 0 3F 1 5F 60 44
Octal 241 374 136 44 0 77 1 137 140 104
Binary 10100001 11111100 1011110 100100 0 111111 1 1011111 1100000 1000100

Color Harmonies of #A1FC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC5E

Black with #A1FC5E

Text Example


Text Example

White with #A1FC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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