#92F45A

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

Shades of Conifer #92F45A

Tints of Conifer #92F45A

Color information

#92F45A (or 0x92F45A) is unknown color: approx Conifer. HEX triplet: 92, F4 and 5A. RGB value is (146,244,90). Sum of RGB (Red+Green+Blue) = 146+244+90=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #92F45A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F45A is #6D0BA5. Grayscale: #C5C5C5. Windows color (decimal): -7146406 or 5960850. OLE color: 5960850.

HSL color Cylindrical-coordinate representation of color #92F45A: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92F45A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB14624490-
CMYK0.4000.630.04
HSL98.18º87.5%65.49%-
HSV(B)98.18º63.11%95.69%-
XYZ46.0571.5521.06-
YUV197.1467.5391.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.42%
GREEN value IS 244 (95.70% from 255) = 50.83%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=30.42%
G=50.83%
B=18.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal146244900.4000.630.0498.1887.565.49
Hex92F45A2803F4625841
Octal222364132500774142130101
Binary100100101111010010110101010000111111100110001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,244,90); }

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

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

 a { background-color: rgb(146,244,90); }

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

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

 span { border-color: rgb(146,244,90); }

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