#92F1A0

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

Shades of Pale Green #92F1A0

Tints of Pale Green #92F1A0

Color information

#92F1A0 (or 0x92F1A0) is unknown color: approx Pale Green. HEX triplet: 92, F1 and A0. RGB value is (146,241,160). Sum of RGB (Red+Green+Blue) = 146+241+160=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F1A0 is #6D0E5F. Grayscale: #CBCBCB. Windows color (decimal): -7147104 or 10547602. OLE color: 10547602.

HSL color Cylindrical-coordinate representation of color #92F1A0: hue angle of 128.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F1A0 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB146241160-
CMYK0.3900.340.05
HSL128.84º77.24%75.88%-
HSV(B)128.84º39.42%94.51%-
XYZ49.6571.5644.45-
YUV203.36103.5387.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=26.69%
G=44.06%
B=29.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462411600.3900.340.05128.8477.2475.88
Hex92F1A0270225814d4c
Octal222361240470425201115114
Binary10010010111100011010000010011101000101011000000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,241,160); }

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

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

 a { background-color: rgb(146,241,160); }

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

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

 span { border-color: rgb(146,241,160); }

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