#92F159

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

Shades of Conifer #92F159

Tints of Conifer #92F159

Color information

#92F159 (or 0x92F159) is unknown color: approx Conifer. HEX triplet: 92, F1 and 59. RGB value is (146,241,89). Sum of RGB (Red+Green+Blue) = 146+241+89=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #92F159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F159 is #6D0EA6. Grayscale: #C3C3C3. Windows color (decimal): -7147175 or 5894546. OLE color: 5894546.

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

Color convert

RGB14624189-
CMYK0.3900.630.05
HSL97.5º84.44%64.71%-
HSV(B)97.5º63.07%94.51%-
XYZ45.1169.7420.54-
YUV195.2768.0392.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 241 (94.53% from 255) = 50.63%
BLUE value IS 89 (35.16% from 255) = 18.70%
R=30.67%
G=50.63%
B=18.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146241890.3900.630.0597.584.4464.71
Hex92F1592703F5625441
Octal222361131470775142124101
Binary100100101111000110110011001110111111101110001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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