Html Css Color HEX #13F28F Medium Spring Green

📋 copy color: '#13F28F'

red 19 ◦ green 242 ◦ blue 143

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

Shades of Medium Spring Green #13F28F

Tints of Medium Spring Green #13F28F

RGB

 RED value IS 19 (7.81% from 255) = 4.7%

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 4.7%
G = 59.9%
B = 35.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#13F28F (or 0x13F28F) is known color: Medium Spring Green. HEX triplet: 13, F2 and 8F. RGB value is (19,242,143). Sum of RGB (Red+Green+Blue) = 19+242+143=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 242 (94.92% from 255 or 59.90% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 242 - color contains mainly: green. Hex color #13F28F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F28F is #EC0D70. Grayscale: #A4A4A4. Windows color (decimal): -15469937 or 9433619. OLE color: 9433619.

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

Color convert

RGB 19 242 143 -
CMYK 0.92 0 0.41 0.05
HSL 153.36º 0.9% 0.51% -
HSV(B) 153.36º 0.92% 0.95% -
XYZ 36.98 65.63 36.7 -
YUV 164.04 116.12 24.55 -
System Red Green Blue C M Y K H S L
Decimal 19 242 143 0.92 0 0.41 0.05 153.36 0.9 0.51
Hex 13 F2 8F 5C 0 29 5 99 5A 33
Octal 23 362 217 134 0 51 5 231 132 63
Binary 10011 11110010 10001111 1011100 0 101001 101 10011001 1011010 110011

Color Harmonies of #13F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F28F

Black with #13F28F

Text Example


Text Example

White with #13F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13F28F; }

 p { color: rgb(19,242,143); }

 H1.HeaderClassName
 {
   color: #13F28F;
 }
 .AnyTagClassName
 {
   color: #13F28F;
 }
</style>

background-color css

<style>
 a { background-color: #13F28F; }

 a { background-color: rgb(19,242,143); }

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

border-color css

<style>
 span { border-color: #13F28F; }

 span { border-color: rgb(19,242,143); }

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