#92F8AB

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

Shades of Pale Green #92F8AB

Tints of Pale Green #92F8AB

Color information

#92F8AB (or 0x92F8AB) is unknown color: approx Pale Green. HEX triplet: 92, F8 and AB. RGB value is (146,248,171). Sum of RGB (Red+Green+Blue) = 146+248+171=565 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.84% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F8AB is #6D0754. Grayscale: #D0D0D0. Windows color (decimal): -7145301 or 11270290. OLE color: 11270290.

HSL color Cylindrical-coordinate representation of color #92F8AB: hue angle of 134.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8AB is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB146248171-
CMYK0.4100.310.03
HSL134.71º87.93%77.25%-
HSV(B)134.71º41.13%97.25%-
XYZ52.7776.1950.45-
YUV208.72106.7183.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.84%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=25.84%
G=43.89%
B=30.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1462481710.4100.310.03134.7187.9377.25
Hex92F8AB2901F387584d
Octal222370253510373207130115
Binary100100101111100010101011101001011111111000011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,248,171); }

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

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

 a { background-color: rgb(146,248,171); }

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

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

 span { border-color: rgb(146,248,171); }

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