#92F160

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

Shades of Conifer #92F160

Tints of Conifer #92F160

Color information

#92F160 (or 0x92F160) is unknown color: approx Conifer. HEX triplet: 92, F1 and 60. RGB value is (146,241,96). Sum of RGB (Red+Green+Blue) = 146+241+96=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #92F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F160 is #6D0E9F. Grayscale: #C4C4C4. Windows color (decimal): -7147168 or 6353298. OLE color: 6353298.

HSL color Cylindrical-coordinate representation of color #92F160: hue angle of 99.31º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92F160 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB14624196-
CMYK0.3900.600.05
HSL99.31º83.82%66.08%-
HSV(B)99.31º60.17%94.51%-
XYZ45.4269.8722.16-
YUV196.0671.5392.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=30.23%
G=49.90%
B=19.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146241960.3900.600.0599.3183.8266.08
Hex92F1602703C5635442
Octal222361140470745143124102
Binary100100101111000111000001001110111100101110001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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