Html Css Color HEX #A1FC62 Conifer

📋 copy color: '#A1FC62'

red 161 ◦ green 252 ◦ blue 98

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

Shades of Conifer #A1FC62

Tints of Conifer #A1FC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 31.51%
G = 49.32%
B = 19.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#A1FC62 (or 0xA1FC62) is known color: Conifer. HEX triplet: A1, FC and 62. RGB value is (161,252,98). Sum of RGB (Red+Green+Blue) = 161+252+98=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC62 is #5E039D. Grayscale: #CFCFCF. Windows color (decimal): -6161310 or 6487201. OLE color: 6487201.

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

Color convert

RGB 161 252 98 -
CMYK 0.36 0 0.61 0.01
HSL 95.45º 0.96% 0.69% -
HSV(B) 95.45º 0.61% 0.99% -
XYZ 51.71 78.08 23.9 -
YUV 207.24 66.35 95.02 -
System Red Green Blue C M Y K H S L
Decimal 161 252 98 0.36 0 0.61 0.01 95.45 0.96 0.69
Hex A1 FC 62 24 0 3D 1 5F 60 45
Octal 241 374 142 44 0 75 1 137 140 105
Binary 10100001 11111100 1100010 100100 0 111101 1 1011111 1100000 1000101

Color Harmonies of #A1FC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC62

Black with #A1FC62

Text Example


Text Example

White with #A1FC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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