Html Css Color HEX #0FDE80 Spring Green

📋 copy color: '#0FDE80'

red 15 ◦ green 222 ◦ blue 128

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

Shades of Spring Green #0FDE80

Tints of Spring Green #0FDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.82%

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 4.11%
G = 60.82%
B = 35.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#0FDE80 (or 0x0FDE80) is known color: Spring Green. HEX triplet: 0F, DE and 80. RGB value is (15,222,128). Sum of RGB (Red+Green+Blue) = 15+222+128=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE80 is #F0217F. Grayscale: #959595. Windows color (decimal): -15737216 or 8445455. OLE color: 8445455.

HSL color Cylindrical-coordinate representation of color #0FDE80: hue angle of 152.75º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE80 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 222 128 -
CMYK 0.93 0 0.42 0.13
HSL 152.75º 0.87% 0.46% -
HSV(B) 152.75º 0.93% 0.87% -
XYZ 30.21 53.9 29.23 -
YUV 149.39 115.92 32.14 -
System Red Green Blue C M Y K H S L
Decimal 15 222 128 0.93 0 0.42 0.13 152.75 0.87 0.46
Hex F DE 80 5D 0 2A D 99 57 2E
Octal 17 336 200 135 0 52 15 231 127 56
Binary 1111 11011110 10000000 1011101 0 101010 1101 10011001 1010111 101110

Color Harmonies of #0FDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE80

Black with #0FDE80

Text Example


Text Example

White with #0FDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,222,128); }

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

background-color css

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

 a { background-color: rgb(15,222,128); }

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

border-color css

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

 span { border-color: rgb(15,222,128); }

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