#92F2A0

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

Shades of Pale Green #92F2A0

Tints of Pale Green #92F2A0

Color information

#92F2A0 (or 0x92F2A0) is unknown color: approx Pale Green. HEX triplet: 92, F2 and A0. RGB value is (146,242,160). Sum of RGB (Red+Green+Blue) = 146+242+160=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F2A0 is #6D0D5F. Grayscale: #CCCCCC. Windows color (decimal): -7146848 or 10547858. OLE color: 10547858.

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

Color convert

RGB146242160-
CMYK0.4000.340.05
HSL128.75º78.69%76.08%-
HSV(B)128.75º39.67%94.9%-
XYZ49.9572.1544.55-
YUV203.95103.286.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.64%
GREEN value IS 242 (94.92% from 255) = 44.16%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=26.64%
G=44.16%
B=29.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462421600.4000.340.05128.7578.6976.08
Hex92F2A0280225814f4c
Octal222362240500425201117114
Binary10010010111100101010000010100001000101011000000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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