#92F95E

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

Shades of Conifer #92F95E

Tints of Conifer #92F95E

Color information

#92F95E (or 0x92F95E) is unknown color: approx Conifer. HEX triplet: 92, F9 and 5E. RGB value is (146,249,94). Sum of RGB (Red+Green+Blue) = 146+249+94=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #92F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F95E is #6D06A1. Grayscale: #C9C9C9. Windows color (decimal): -7145122 or 6224274. OLE color: 6224274.

HSL color Cylindrical-coordinate representation of color #92F95E: hue angle of 99.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92F95E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB14624994-
CMYK0.4100.620.02
HSL99.87º92.81%67.25%-
HSV(B)99.87º62.25%97.65%-
XYZ47.7574.6722.49-
YUV200.5367.8889.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 249 (97.66% from 255) = 50.92%
BLUE value IS 94 (37.11% from 255) = 19.22%
R=29.86%
G=50.92%
B=19.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal146249940.4100.620.0299.8792.8167.25
Hex92F95E2903E2645d43
Octal222371136510762144135103
Binary10010010111110011011110101001011111010110010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,249,94); }

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

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

 a { background-color: rgb(146,249,94); }

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

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

 span { border-color: rgb(146,249,94); }

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