#92F998

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

Shades of Pale Green #92F998

Tints of Pale Green #92F998

Color information

#92F998 (or 0x92F998) is unknown color: approx Pale Green. HEX triplet: 92, F9 and 98. RGB value is (146,249,152). Sum of RGB (Red+Green+Blue) = 146+249+152=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #92F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F998 is #6D0667. Grayscale: #CFCFCF. Windows color (decimal): -7145064 or 10025362. OLE color: 10025362.

HSL color Cylindrical-coordinate representation of color #92F998: hue angle of 123.5º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F998 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB146249152-
CMYK0.4100.390.02
HSL123.5º89.57%77.45%-
HSV(B)123.5º41.37%97.65%-
XYZ51.476.1341.69-
YUV207.1496.8884.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=26.69%
G=45.52%
B=27.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462491520.4100.390.02123.589.5777.45
Hex92F9982902727b5a4d
Octal222371230510472173132115
Binary100100101111100110011000101001010011110111101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,249,152); }

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

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

 a { background-color: rgb(146,249,152); }

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

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

 span { border-color: rgb(146,249,152); }

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