#92F35A

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

Shades of Conifer #92F35A

Tints of Conifer #92F35A

Color information

#92F35A (or 0x92F35A) is unknown color: approx Conifer. HEX triplet: 92, F3 and 5A. RGB value is (146,243,90). Sum of RGB (Red+Green+Blue) = 146+243+90=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #92F35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F35A is #6D0CA5. Grayscale: #C5C5C5. Windows color (decimal): -7146662 or 5960594. OLE color: 5960594.

HSL color Cylindrical-coordinate representation of color #92F35A: hue angle of 98.04º degrees, saturation: 0.86, 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 #92F35A is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB14624390-
CMYK0.4000.630.05
HSL98.04º86.44%65.29%-
HSV(B)98.04º62.96%95.29%-
XYZ45.7570.9520.96-
YUV196.5567.8691.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 243 (95.31% from 255) = 50.73%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=30.48%
G=50.73%
B=18.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146243900.4000.630.0598.0486.4465.29
Hex92F35A2803F5625641
Octal222363132500775142126101
Binary100100101111001110110101010000111111101110001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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