#92f2ad

Color #92F2AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #92F2AD

Tints of Vista Blue #92F2AD

Color information

#92F2AD (or 0x92F2AD) is unknown color: approx Vista Blue. HEX triplet: 92, F2 and AD. RGB value is (146,242,173). Sum of RGB (Red+Green+Blue) = 146+242+173=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #92F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F2AD is #6D0D52. Grayscale: #CDCDCD. Windows color (decimal): -7146835 or 11399826. OLE color: 11399826.

HSL color Cylindrical-coordinate representation of color #92F2AD: hue angle of 136.88º 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 #92F2AD is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB146242173-
CMYK0.4000.290.05
HSL136.88º78.69%76.08%-
HSV(B)136.88º39.67%94.9%-
XYZ51.1572.6350.86-
YUV205.43109.785.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.02%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=26.02%
G=43.14%
B=30.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462421730.4000.290.05136.8878.6976.08
Hex92F2AD2801D5894f4c
Octal222362255500355211117114
Binary1001001011110010101011011010000111011011000100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92f2ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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