#92df9f

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

Shades of Chinook #92DF9F

Tints of Chinook #92DF9F

Color information

#92DF9F (or 0x92DF9F) is unknown color: approx Chinook. HEX triplet: 92, DF and 9F. RGB value is (146,223,159). Sum of RGB (Red+Green+Blue) = 146+223+159=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DF9F is #6D2060. Grayscale: #C0C0C0. Windows color (decimal): -7151713 or 10477458. OLE color: 10477458.

HSL color Cylindrical-coordinate representation of color #92DF9F: hue angle of 130.13º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DF9F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB146223159-
CMYK0.3500.290.13
HSL130.13º54.61%72.35%-
HSV(B)130.13º34.53%87.45%-
XYZ44.561.3942.3-
YUV192.68108.9994.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.65%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=27.65%
G=42.23%
B=30.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462231590.3500.290.13130.1354.6172.35
Hex92DF9F2301DD823748
Octal222337237430351520267110
Binary1001001011011111100111111000110111011101100000101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92df9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,159); }

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

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

 a { background-color: rgb(146,223,159); }

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

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

 span { border-color: rgb(146,223,159); }

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