Html Css Color HEX #0FE085 Spring Green

📋 copy color: '#0FE085'

red 15 ◦ green 224 ◦ blue 133

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

Shades of Spring Green #0FE085

Tints of Spring Green #0FE085

RGB

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

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

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

R = 4.03%
G = 60.22%
B = 35.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#0FE085 (or 0x0FE085) is known color: Spring Green. HEX triplet: 0F, E0 and 85. RGB value is (15,224,133). Sum of RGB (Red+Green+Blue) = 15+224+133=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FE085 is #F01F7A. Grayscale: #979797. Windows color (decimal): -15736699 or 8773647. OLE color: 8773647.

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

Color convert

RGB 15 224 133 -
CMYK 0.93 0 0.41 0.12
HSL 153.88º 0.87% 0.47% -
HSV(B) 153.88º 0.93% 0.88% -
XYZ 31.09 55.11 31.19 -
YUV 151.14 117.76 30.9 -
System Red Green Blue C M Y K H S L
Decimal 15 224 133 0.93 0 0.41 0.12 153.88 0.87 0.47
Hex F E0 85 5D 0 29 C 9A 57 2F
Octal 17 340 205 135 0 51 14 232 127 57
Binary 1111 11100000 10000101 1011101 0 101001 1100 10011010 1010111 101111

Color Harmonies of #0FE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE085

Black with #0FE085

Text Example


Text Example

White with #0FE085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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