#92FAA8

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

Shades of Pale Green #92FAA8

Tints of Pale Green #92FAA8

Color information

#92FAA8 (or 0x92FAA8) is unknown color: approx Pale Green. HEX triplet: 92, FA and A8. RGB value is (146,250,168). Sum of RGB (Red+Green+Blue) = 146+250+168=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #92FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FAA8 is #6D0557. Grayscale: #D1D1D1. Windows color (decimal): -7144792 or 11074194. OLE color: 11074194.

HSL color Cylindrical-coordinate representation of color #92FAA8: hue angle of 132.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FAA8 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB146250168-
CMYK0.4200.330.02
HSL132.69º91.23%77.65%-
HSV(B)132.69º41.6%98.04%-
XYZ53.1177.3149.17-
YUV209.56104.5482.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.89%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 168 (66.02% from 255) = 29.79%
R=25.89%
G=44.33%
B=29.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462501680.4200.330.02132.6991.2377.65
Hex92FAA82A0212855b4e
Octal222372250520412205133116
Binary1001001011111010101010001010100100001101000010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,250,168); }

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

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

 a { background-color: rgb(146,250,168); }

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

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

 span { border-color: rgb(146,250,168); }

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