#9EF961

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

Shades of Conifer #9EF961

Tints of Conifer #9EF961

Color information

#9EF961 (or 0x9EF961) is unknown color: approx Conifer. HEX triplet: 9E, F9 and 61. RGB value is (158,249,97). Sum of RGB (Red+Green+Blue) = 158+249+97=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF961 is #61069E. Grayscale: #CCCCCC. Windows color (decimal): -6358687 or 6420894. OLE color: 6420894.

HSL color Cylindrical-coordinate representation of color #9EF961: hue angle of 95.92º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EF961 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB15824997-
CMYK0.3700.610.02
HSL95.92º92.68%67.84%-
HSV(B)95.92º61.04%97.65%-
XYZ50.1375.8823.31-
YUV204.4667.3594.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 249 (97.66% from 255) = 49.40%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=31.35%
G=49.40%
B=19.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal158249970.3700.610.0295.9292.6867.84
Hex9EF9612503D2605d44
Octal236371141450752140135104
Binary10011110111110011100001100101011110110110000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,249,97); }

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

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

 a { background-color: rgb(158,249,97); }

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

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

 span { border-color: rgb(158,249,97); }

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