Html Css Color HEX #10F27C Spring Green

📋 copy color: '#10F27C'

red 16 ◦ green 242 ◦ blue 124

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

Shades of Spring Green #10F27C

Tints of Spring Green #10F27C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.35%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 4.19%
G = 63.35%
B = 32.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#10F27C (or 0x10F27C) is known color: Spring Green. HEX triplet: 10, F2 and 7C. RGB value is (16,242,124). Sum of RGB (Red+Green+Blue) = 16+242+124=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #10F27C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10F27C is #EF0D83. Grayscale: #A1A1A1. Windows color (decimal): -15666564 or 8188432. OLE color: 8188432.

HSL color Cylindrical-coordinate representation of color #10F27C: hue angle of 148.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F27C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 242 124 -
CMYK 0.93 0 0.49 0.05
HSL 148.67º 0.9% 0.51% -
HSV(B) 148.67º 0.93% 0.95% -
XYZ 35.6 65.07 29.75 -
YUV 160.97 107.13 24.59 -
System Red Green Blue C M Y K H S L
Decimal 16 242 124 0.93 0 0.49 0.05 148.67 0.9 0.51
Hex 10 F2 7C 5D 0 31 5 95 5A 33
Octal 20 362 174 135 0 61 5 225 132 63
Binary 10000 11110010 1111100 1011101 0 110001 101 10010101 1011010 110011

Color Harmonies of #10F27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F27C

Black with #10F27C

Text Example


Text Example

White with #10F27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,242,124); }

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

background-color css

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

 a { background-color: rgb(16,242,124); }

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

border-color css

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

 span { border-color: rgb(16,242,124); }

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