Html Css Color HEX #10F28E Medium Spring Green

📋 copy color: '#10F28E'

red 16 ◦ green 242 ◦ blue 142

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

Shades of Medium Spring Green #10F28E

Tints of Medium Spring Green #10F28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 4%
G = 60.5%
B = 35.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#10F28E (or 0x10F28E) is known color: Medium Spring Green. HEX triplet: 10, F2 and 8E. RGB value is (16,242,142). Sum of RGB (Red+Green+Blue) = 16+242+142=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #10F28E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F28E is #EF0D71. Grayscale: #A3A3A3. Windows color (decimal): -15666546 or 9368080. OLE color: 9368080.

HSL color Cylindrical-coordinate representation of color #10F28E: hue angle of 153.45º 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 #10F28E is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 242 142 -
CMYK 0.93 0 0.41 0.05
HSL 153.45º 0.9% 0.51% -
HSV(B) 153.45º 0.93% 0.95% -
XYZ 36.85 65.57 36.3 -
YUV 163.03 116.13 23.13 -
System Red Green Blue C M Y K H S L
Decimal 16 242 142 0.93 0 0.41 0.05 153.45 0.9 0.51
Hex 10 F2 8E 5D 0 29 5 99 5A 33
Octal 20 362 216 135 0 51 5 231 132 63
Binary 10000 11110010 10001110 1011101 0 101001 101 10011001 1011010 110011

Color Harmonies of #10F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F28E

Black with #10F28E

Text Example


Text Example

White with #10F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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