#92FCA9

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

Shades of Pale Green #92FCA9

Tints of Pale Green #92FCA9

Color information

#92FCA9 (or 0x92FCA9) is unknown color: approx Pale Green. HEX triplet: 92, FC and A9. RGB value is (146,252,169). Sum of RGB (Red+Green+Blue) = 146+252+169=567 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.75% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FCA9 is #6D0356. Grayscale: #D3D3D3. Windows color (decimal): -7144279 or 11140242. OLE color: 11140242.

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

Color convert

RGB146252169-
CMYK0.4200.330.01
HSL133.02º94.64%78.04%-
HSV(B)133.02º42.06%98.82%-
XYZ53.8378.649.87-
YUV210.84104.3881.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.75%
GREEN value IS 252 (98.83% from 255) = 44.44%
BLUE value IS 169 (66.41% from 255) = 29.81%
R=25.75%
G=44.44%
B=29.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1462521690.4200.330.01133.0294.6478.04
Hex92FCA92A0211855f4e
Octal222374251520411205137116
Binary100100101111110010101001101010010000111000010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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