#0FEE73

Color #0FEE73 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0FEE73

Tints of Spring Green #0FEE73

Color information

#0FEE73 (or 0x0FEE73) is unknown color: approx Spring Green. HEX triplet: 0F, EE and 73. RGB value is (15,238,115). Sum of RGB (Red+Green+Blue) = 15+238+115=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 238 (93.36% from 255 or 64.67% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEE73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FEE73 is #F0118C. Grayscale: #9D9D9D. Windows color (decimal): -15733133 or 7597583. OLE color: 7597583.

HSL color Cylindrical-coordinate representation of color #0FEE73: hue angle of 146.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEE73 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB15238115-
CMYK0.9400.520.07
HSL146.91º88.14%49.61%-
HSV(B)146.91º93.7%93.33%-
XYZ33.8762.4926.5-
YUV157.3104.1226.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 238 (93.36% from 255) = 64.67%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=4.08%
G=64.67%
B=31.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152381150.9400.520.07146.9188.1449.61
HexFEE735E0347935832
Octal17356163136064722313062
Binary111111101110111001110111100110100111100100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FEE73; }

 p { color: rgb(15,238,115); }

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

<style>
 a { background-color: #0FEE73; }

 a { background-color: rgb(15,238,115); }

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

<style>
 span { border-color: #0FEE73; }

 span { border-color: rgb(15,238,115); }

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