Html Css Color HEX #0FEB82 Spring Green

📋 copy color: '#0FEB82'

red 15 ◦ green 235 ◦ blue 130

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

Shades of Spring Green #0FEB82

Tints of Spring Green #0FEB82

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.84%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 3.95%
G = 61.84%
B = 34.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#0FEB82 (or 0x0FEB82) is known color: Spring Green. HEX triplet: 0F, EB and 82. RGB value is (15,235,130). Sum of RGB (Red+Green+Blue) = 15+235+130=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 235 (92.19% from 255 or 61.84% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEB82 is #F0147D. Grayscale: #9D9D9D. Windows color (decimal): -15733886 or 8579855. OLE color: 8579855.

HSL color Cylindrical-coordinate representation of color #0FEB82: hue angle of 151.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEB82 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 130 -
CMYK 0.94 0 0.45 0.08
HSL 151.36º 0.88% 0.49% -
HSV(B) 151.36º 0.94% 0.92% -
XYZ 33.93 61.13 31.13 -
YUV 157.25 112.61 26.54 -
System Red Green Blue C M Y K H S L
Decimal 15 235 130 0.94 0 0.45 0.08 151.36 0.88 0.49
Hex F EB 82 5E 0 2D 8 97 58 31
Octal 17 353 202 136 0 55 10 227 130 61
Binary 1111 11101011 10000010 1011110 0 101101 1000 10010111 1011000 110001

Color Harmonies of #0FEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEB82

Black with #0FEB82

Text Example


Text Example

White with #0FEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,235,130); }

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

background-color css

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

 a { background-color: rgb(15,235,130); }

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

border-color css

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

 span { border-color: rgb(15,235,130); }

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