Html Css Color HEX #0FE073 Spring Green

📋 copy color: '#0FE073'

red 15 ◦ green 224 ◦ blue 115

#0FE073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #0FE073

Tints of Spring Green #0FE073

RGB

 RED value IS 15 (6.25% from 255) = 4.24%

 GREEN value IS 224 (87.89% from 255) = 63.28%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 4.24%
G = 63.28%
B = 32.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#0FE073 (or 0x0FE073) is known color: Spring Green. HEX triplet: 0F, E0 and 73. RGB value is (15,224,115). Sum of RGB (Red+Green+Blue) = 15+224+115=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE073 is #F01F8C. Grayscale: #959595. Windows color (decimal): -15736717 or 7593999. OLE color: 7593999.

HSL color Cylindrical-coordinate representation of color #0FE073: hue angle of 148.71º 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 #0FE073 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 115 -
CMYK 0.93 0 0.49 0.12
HSL 148.71º 0.87% 0.47% -
HSV(B) 148.71º 0.93% 0.88% -
XYZ 29.95 54.65 25.19 -
YUV 149.08 108.76 32.36 -
System Red Green Blue C M Y K H S L
Decimal 15 224 115 0.93 0 0.49 0.12 148.71 0.87 0.47
Hex F E0 73 5D 0 31 C 95 57 2F
Octal 17 340 163 135 0 61 14 225 127 57
Binary 1111 11100000 1110011 1011101 0 110001 1100 10010101 1010111 101111

Color Harmonies of #0FE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE073

Black with #0FE073

Text Example


Text Example

White with #0FE073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FE073;
 }
 .AnyTagClassName
 {
   color: #0FE073;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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