#92FA64

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

Shades of Pastel Green #92FA64

Tints of Pastel Green #92FA64

Color information

#92FA64 (or 0x92FA64) is unknown color: approx Pastel Green. HEX triplet: 92, FA and 64. RGB value is (146,250,100). Sum of RGB (Red+Green+Blue) = 146+250+100=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FA64 is #6D059B. Grayscale: #CACACA. Windows color (decimal): -7144860 or 6617746. OLE color: 6617746.

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

Color convert

RGB146250100-
CMYK0.4200.60.02
HSL101.6º93.75%68.63%-
HSV(B)101.6º60%98.04%-
XYZ48.3475.424.06-
YUV201.870.5488.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=29.44%
G=50.40%
B=20.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462501000.4200.60.02101.693.7568.63
Hex92FA642A03C2665e45
Octal222372144520742146136105
Binary10010010111110101100100101010011110010110011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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