Html Css Color HEX #13F286 Spring Green

📋 copy color: '#13F286'

red 19 ◦ green 242 ◦ blue 134

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

Shades of Spring Green #13F286

Tints of Spring Green #13F286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 4.81%
G = 61.27%
B = 33.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#13F286 (or 0x13F286) is known color: Spring Green. HEX triplet: 13, F2 and 86. RGB value is (19,242,134). Sum of RGB (Red+Green+Blue) = 19+242+134=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #13F286 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F286 is #EC0D79. Grayscale: #A3A3A3. Windows color (decimal): -15469946 or 8843795. OLE color: 8843795.

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

Color convert

RGB 19 242 134 -
CMYK 0.92 0 0.45 0.05
HSL 150.94º 0.9% 0.51% -
HSV(B) 150.94º 0.92% 0.95% -
XYZ 36.32 65.36 33.26 -
YUV 163.01 111.62 25.28 -
System Red Green Blue C M Y K H S L
Decimal 19 242 134 0.92 0 0.45 0.05 150.94 0.9 0.51
Hex 13 F2 86 5C 0 2D 5 97 5A 33
Octal 23 362 206 134 0 55 5 227 132 63
Binary 10011 11110010 10000110 1011100 0 101101 101 10010111 1011010 110011

Color Harmonies of #13F286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F286

Black with #13F286

Text Example


Text Example

White with #13F286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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