#9EF35E

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

Shades of Conifer #9EF35E

Tints of Conifer #9EF35E

Color information

#9EF35E (or 0x9EF35E) is unknown color: approx Conifer. HEX triplet: 9E, F3 and 5E. RGB value is (158,243,94). Sum of RGB (Red+Green+Blue) = 158+243+94=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF35E is #610CA1. Grayscale: #C9C9C9. Windows color (decimal): -6360226 or 6222750. OLE color: 6222750.

HSL color Cylindrical-coordinate representation of color #9EF35E: hue angle of 94.23º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EF35E is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB15824394-
CMYK0.3500.610.05
HSL94.23º86.13%66.08%-
HSV(B)94.23º61.32%95.29%-
XYZ48.1772.1821.98-
YUV200.667.8497.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 94 (37.11% from 255) = 18.99%
R=31.92%
G=49.09%
B=18.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal158243940.3500.610.0594.2386.1366.08
Hex9EF35E2303D55e5642
Octal236363136430755136126102
Binary100111101111001110111101000110111101101101111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF35E; }

 p { color: rgb(158,243,94); }

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

<style>
 a { background-color: #9EF35E; }

 a { background-color: rgb(158,243,94); }

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

<style>
 span { border-color: #9EF35E; }

 span { border-color: rgb(158,243,94); }

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