#92FB90

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

Shades of Pale Green #92FB90

Tints of Pale Green #92FB90

Color information

#92FB90 (or 0x92FB90) is unknown color: approx Pale Green. HEX triplet: 92, FB and 90. RGB value is (146,251,144). Sum of RGB (Red+Green+Blue) = 146+251+144=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #92FB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FB90 is #6D046F. Grayscale: #CFCFCF. Windows color (decimal): -7144560 or 9501586. OLE color: 9501586.

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

Color convert

RGB146251144-
CMYK0.4200.430.02
HSL118.88º93.04%77.45%-
HSV(B)118.88º42.63%98.43%-
XYZ51.3977.1238.56-
YUV207.4192.2184.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 251 (98.44% from 255) = 46.40%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=26.99%
G=46.40%
B=26.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462511440.4200.430.02118.8893.0477.45
Hex92FB902A02B2775d4d
Octal222373220520532167135115
Binary100100101111101110010000101010010101110111011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,251,144); }

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

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

 a { background-color: rgb(146,251,144); }

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

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

 span { border-color: rgb(146,251,144); }

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