Html Css Color HEX #10F078 Spring Green

📋 copy color: '#10F078'

red 16 ◦ green 240 ◦ blue 120

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

Shades of Spring Green #10F078

Tints of Spring Green #10F078

RGB

 RED value IS 16 (6.64% from 255) = 4.26%

 GREEN value IS 240 (94.14% from 255) = 63.83%

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

R = 4.26%
G = 63.83%
B = 31.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#10F078 (or 0x10F078) is known color: Spring Green. HEX triplet: 10, F0 and 78. RGB value is (16,240,120). Sum of RGB (Red+Green+Blue) = 16+240+120=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #10F078 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F078 is #EF0F87. Grayscale: #9F9F9F. Windows color (decimal): -15667080 or 7925776. OLE color: 7925776.

HSL color Cylindrical-coordinate representation of color #10F078: hue angle of 147.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F078 is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 240 120 -
CMYK 0.93 0 0.5 0.06
HSL 147.86º 0.88% 0.5% -
HSV(B) 147.86º 0.93% 0.94% -
XYZ 34.76 63.79 28.25 -
YUV 159.34 105.79 25.76 -
System Red Green Blue C M Y K H S L
Decimal 16 240 120 0.93 0 0.5 0.06 147.86 0.88 0.5
Hex 10 F0 78 5D 0 32 6 94 58 32
Octal 20 360 170 135 0 62 6 224 130 62
Binary 10000 11110000 1111000 1011101 0 110010 110 10010100 1011000 110010

Color Harmonies of #10F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F078

Black with #10F078

Text Example


Text Example

White with #10F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F078; }

 p { color: rgb(16,240,120); }

 H1.HeaderClassName
 {
   color: #10F078;
 }
 .AnyTagClassName
 {
   color: #10F078;
 }
</style>

background-color css

<style>
 a { background-color: #10F078; }

 a { background-color: rgb(16,240,120); }

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

border-color css

<style>
 span { border-color: #10F078; }

 span { border-color: rgb(16,240,120); }

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