Html Css Color HEX #0FEB85 Spring Green

📋 copy color: '#0FEB85'

red 15 ◦ green 235 ◦ blue 133

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

Shades of Spring Green #0FEB85

Tints of Spring Green #0FEB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 3.92%
G = 61.36%
B = 34.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#0FEB85 (or 0x0FEB85) is known color: Spring Green. HEX triplet: 0F, EB and 85. RGB value is (15,235,133). Sum of RGB (Red+Green+Blue) = 15+235+133=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 235 (92.19% from 255 or 61.36% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEB85 is #F0147A. Grayscale: #9D9D9D. Windows color (decimal): -15733883 or 8776463. OLE color: 8776463.

HSL color Cylindrical-coordinate representation of color #0FEB85: hue angle of 152.18º 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 #0FEB85 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 15 235 133 -
CMYK 0.94 0 0.43 0.08
HSL 152.18º 0.88% 0.49% -
HSV(B) 152.18º 0.94% 0.92% -
XYZ 34.14 61.21 32.21 -
YUV 157.59 114.11 26.29 -
System Red Green Blue C M Y K H S L
Decimal 15 235 133 0.94 0 0.43 0.08 152.18 0.88 0.49
Hex F EB 85 5E 0 2B 8 98 58 31
Octal 17 353 205 136 0 53 10 230 130 61
Binary 1111 11101011 10000101 1011110 0 101011 1000 10011000 1011000 110001

Color Harmonies of #0FEB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEB85

Black with #0FEB85

Text Example


Text Example

White with #0FEB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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