#0FE074

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

Shades of Spring Green #0FE074

Tints of Spring Green #0FE074

Color information

#0FE074 (or 0x0FE074) is unknown color: approx Spring Green. HEX triplet: 0F, E0 and 74. RGB value is (15,224,116). Sum of RGB (Red+Green+Blue) = 15+224+116=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE074 is #F01F8B. Grayscale: #959595. Windows color (decimal): -15736716 or 7659535. OLE color: 7659535.

HSL color Cylindrical-coordinate representation of color #0FE074: hue angle of 149º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE074 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB15224116-
CMYK0.9300.480.12
HSL149º87.45%46.86%-
HSV(B)149º93.3%87.84%-
XYZ30.0154.6725.49-
YUV149.2109.2632.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.23%
GREEN value IS 224 (87.89% from 255) = 63.10%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=4.23%
G=63.10%
B=32.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152241160.9300.480.1214987.4546.86
HexFE0745D030C95572f
Octal173401641350601422512757
Binary1111111000001110100101110101100001100100101011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,224,116); }

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

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

 a { background-color: rgb(15,224,116); }

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

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

 span { border-color: rgb(15,224,116); }

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