#92FCA1

Color #92FCA1 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #92FCA1

Tints of Pale Green #92FCA1

Color information

#92FCA1 (or 0x92FCA1) is unknown color: approx Pale Green. HEX triplet: 92, FC and A1. RGB value is (146,252,161). Sum of RGB (Red+Green+Blue) = 146+252+161=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FCA1 is #6D035E. Grayscale: #D2D2D2. Windows color (decimal): -7144287 or 10615954. OLE color: 10615954.

HSL color Cylindrical-coordinate representation of color #92FCA1: hue angle of 128.49º 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 #92FCA1 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB146252161-
CMYK0.4200.360.01
HSL128.49º94.64%78.04%-
HSV(B)128.49º42.06%98.82%-
XYZ53.178.3146.03-
YUV209.93100.3882.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 252 (98.83% from 255) = 45.08%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=26.12%
G=45.08%
B=28.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462521610.4200.360.01128.4994.6478.04
Hex92FCA12A0241805f4e
Octal222374241520441200137116
Binary100100101111110010100001101010010010011000000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92FCA1; }

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

 H1.HeaderClassName
 {
   color: #92FCA1;
 }
 .AnyTagClassName
 {
   color: #92FCA1;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #92FCA1;
 }
 .BgClassName
 {
   background-color: #92FCA1;
 }
</style>
border-color css

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

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

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