Html Css Color HEX #0FDF80 Spring Green

📋 copy color: '#0FDF80'

red 15 ◦ green 223 ◦ blue 128

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

Shades of Spring Green #0FDF80

Tints of Spring Green #0FDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.93%

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

R = 4.1%
G = 60.93%
B = 34.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#0FDF80 (or 0x0FDF80) is known color: Spring Green. HEX triplet: 0F, DF and 80. RGB value is (15,223,128). Sum of RGB (Red+Green+Blue) = 15+223+128=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDF80 is #F0207F. Grayscale: #969696. Windows color (decimal): -15736960 or 8445711. OLE color: 8445711.

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

Color convert

RGB 15 223 128 -
CMYK 0.93 0 0.43 0.13
HSL 152.6º 0.87% 0.47% -
HSV(B) 152.6º 0.93% 0.87% -
XYZ 30.48 54.44 29.32 -
YUV 149.98 115.59 31.72 -
System Red Green Blue C M Y K H S L
Decimal 15 223 128 0.93 0 0.43 0.13 152.6 0.87 0.47
Hex F DF 80 5D 0 2B D 99 57 2F
Octal 17 337 200 135 0 53 15 231 127 57
Binary 1111 11011111 10000000 1011101 0 101011 1101 10011001 1010111 101111

Color Harmonies of #0FDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF80

Black with #0FDF80

Text Example


Text Example

White with #0FDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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