Html Css Color HEX #A1FC57 Conifer

📋 copy color: '#A1FC57'

red 161 ◦ green 252 ◦ blue 87

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

Shades of Conifer #A1FC57

Tints of Conifer #A1FC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.4%

R = 32.2%
G = 50.4%
B = 17.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#A1FC57 (or 0xA1FC57) is known color: Conifer. HEX triplet: A1, FC and 57. RGB value is (161,252,87). Sum of RGB (Red+Green+Blue) = 161+252+87=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC57 is #5E03A8. Grayscale: #CECECE. Windows color (decimal): -6161321 or 5766305. OLE color: 5766305.

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

Color convert

RGB 161 252 87 -
CMYK 0.36 0 0.65 0.01
HSL 93.09º 0.96% 0.66% -
HSV(B) 93.09º 0.65% 0.99% -
XYZ 51.23 77.89 21.35 -
YUV 205.98 60.85 95.92 -
System Red Green Blue C M Y K H S L
Decimal 161 252 87 0.36 0 0.65 0.01 93.09 0.96 0.66
Hex A1 FC 57 24 0 41 1 5D 60 42
Octal 241 374 127 44 0 101 1 135 140 102
Binary 10100001 11111100 1010111 100100 0 1000001 1 1011101 1100000 1000010

Color Harmonies of #A1FC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC57

Black with #A1FC57

Text Example


Text Example

White with #A1FC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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