Html Css Color HEX #0FDA78 Spring Green

📋 copy color: '#0FDA78'

red 15 ◦ green 218 ◦ blue 120

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

Shades of Spring Green #0FDA78

Tints of Spring Green #0FDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.76%

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 4.25%
G = 61.76%
B = 33.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#0FDA78 (or 0x0FDA78) is known color: Spring Green. HEX triplet: 0F, DA and 78. RGB value is (15,218,120). Sum of RGB (Red+Green+Blue) = 15+218+120=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDA78 is #F02587. Grayscale: #929292. Windows color (decimal): -15738248 or 7920143. OLE color: 7920143.

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

Color convert

RGB 15 218 120 -
CMYK 0.93 0 0.45 0.15
HSL 151.03º 0.87% 0.46% -
HSV(B) 151.03º 0.93% 0.85% -
XYZ 28.66 51.6 26.22 -
YUV 146.13 113.25 34.47 -
System Red Green Blue C M Y K H S L
Decimal 15 218 120 0.93 0 0.45 0.15 151.03 0.87 0.46
Hex F DA 78 5D 0 2D F 97 57 2E
Octal 17 332 170 135 0 55 17 227 127 56
Binary 1111 11011010 1111000 1011101 0 101101 1111 10010111 1010111 101110

Color Harmonies of #0FDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA78

Black with #0FDA78

Text Example


Text Example

White with #0FDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,120); }

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

background-color css

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

 a { background-color: rgb(15,218,120); }

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

border-color css

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

 span { border-color: rgb(15,218,120); }

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