Html Css Color HEX #A1FC92 Pale Green

📋 copy color: '#A1FC92'

red 161 ◦ green 252 ◦ blue 146

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

Shades of Pale Green #A1FC92

Tints of Pale Green #A1FC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.12%

R = 28.8%
G = 45.08%
B = 26.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#A1FC92 (or 0xA1FC92) is known color: Pale Green. HEX triplet: A1, FC and 92. RGB value is (161,252,146). Sum of RGB (Red+Green+Blue) = 161+252+146=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FC92 is #5E036D. Grayscale: #D5D5D5. Windows color (decimal): -6161262 or 9632929. OLE color: 9632929.

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

Color convert

RGB 161 252 146 -
CMYK 0.36 0 0.42 0.01
HSL 111.51º 0.95% 0.78% -
HSV(B) 111.51º 0.42% 0.99% -
XYZ 54.7 79.27 39.61 -
YUV 212.71 90.35 91.12 -
System Red Green Blue C M Y K H S L
Decimal 161 252 146 0.36 0 0.42 0.01 111.51 0.95 0.78
Hex A1 FC 92 24 0 2A 1 70 5F 4E
Octal 241 374 222 44 0 52 1 160 137 116
Binary 10100001 11111100 10010010 100100 0 101010 1 1110000 1011111 1001110

Color Harmonies of #A1FC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FC92

Black with #A1FC92

Text Example


Text Example

White with #A1FC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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