#92FCA2

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

Shades of Pale Green #92FCA2

Tints of Pale Green #92FCA2

Color information

#92FCA2 (or 0x92FCA2) is unknown color: approx Pale Green. HEX triplet: 92, FC and A2. RGB value is (146,252,162). Sum of RGB (Red+Green+Blue) = 146+252+162=560 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.07% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FCA2 is #6D035D. Grayscale: #D2D2D2. Windows color (decimal): -7144286 or 10681490. OLE color: 10681490.

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

Color convert

RGB146252162-
CMYK0.4200.360.01
HSL129.06º94.64%78.04%-
HSV(B)129.06º42.06%98.82%-
XYZ53.1978.3446.5-
YUV210.05100.8882.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.07%
GREEN value IS 252 (98.83% from 255) = 45%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=26.07%
G=45%
B=28.93%

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
Decimal1462521620.4200.360.01129.0694.6478.04
Hex92FCA22A0241815f4e
Octal222374242520441201137116
Binary100100101111110010100010101010010010011000000110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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