#92EFAC

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

Shades of Chinook #92EFAC

Tints of Chinook #92EFAC

Color information

#92EFAC (or 0x92EFAC) is unknown color: approx Chinook. HEX triplet: 92, EF and AC. RGB value is (146,239,172). Sum of RGB (Red+Green+Blue) = 146+239+172=557 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.21% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EFAC is #6D1053. Grayscale: #CBCBCB. Windows color (decimal): -7147604 or 11333522. OLE color: 11333522.

HSL color Cylindrical-coordinate representation of color #92EFAC: hue angle of 136.77º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFAC is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB146239172-
CMYK0.3900.280.06
HSL136.77º74.4%75.49%-
HSV(B)136.77º38.91%93.73%-
XYZ50.1770.8250.06-
YUV203.55110.1986.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.21%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=26.21%
G=42.91%
B=30.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391720.3900.280.06136.7774.475.49
Hex92EFAC2701C6894a4b
Octal222357254470346211112113
Binary1001001011101111101011001001110111001101000100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,239,172); }

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

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

 a { background-color: rgb(146,239,172); }

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

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

 span { border-color: rgb(146,239,172); }

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