Html Css Color HEX #13F270 Spring Green

📋 copy color: '#13F270'

red 19 ◦ green 242 ◦ blue 112

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

Shades of Spring Green #13F270

Tints of Spring Green #13F270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 5.09%
G = 64.88%
B = 30.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#13F270 (or 0x13F270) is known color: Spring Green. HEX triplet: 13, F2 and 70. RGB value is (19,242,112). Sum of RGB (Red+Green+Blue) = 19+242+112=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #13F270 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F270 is #EC0D8F. Grayscale: #A0A0A0. Windows color (decimal): -15469968 or 7402003. OLE color: 7402003.

HSL color Cylindrical-coordinate representation of color #13F270: hue angle of 145.02º 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 #13F270 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 242 112 -
CMYK 0.92 0 0.54 0.05
HSL 145.02º 0.9% 0.51% -
HSV(B) 145.02º 0.92% 0.95% -
XYZ 34.95 64.81 26 -
YUV 160.5 100.62 27.07 -
System Red Green Blue C M Y K H S L
Decimal 19 242 112 0.92 0 0.54 0.05 145.02 0.9 0.51
Hex 13 F2 70 5C 0 36 5 91 5A 33
Octal 23 362 160 134 0 66 5 221 132 63
Binary 10011 11110010 1110000 1011100 0 110110 101 10010001 1011010 110011

Color Harmonies of #13F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F270

Black with #13F270

Text Example


Text Example

White with #13F270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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