Html Css Color HEX #13F084 Spring Green

📋 copy color: '#13F084'

red 19 ◦ green 240 ◦ blue 132

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

Shades of Spring Green #13F084

Tints of Spring Green #13F084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.38%

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 4.86%
G = 61.38%
B = 33.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#13F084 (or 0x13F084) is known color: Spring Green. HEX triplet: 13, F0 and 84. RGB value is (19,240,132). Sum of RGB (Red+Green+Blue) = 19+240+132=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #13F084 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F084 is #EC0F7B. Grayscale: #A1A1A1. Windows color (decimal): -15470460 or 8712211. OLE color: 8712211.

HSL color Cylindrical-coordinate representation of color #13F084: hue angle of 150.68º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F084 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 240 132 -
CMYK 0.92 0 0.45 0.06
HSL 150.68º 0.88% 0.51% -
HSV(B) 150.68º 0.92% 0.94% -
XYZ 35.59 64.12 32.33 -
YUV 161.61 111.28 26.28 -
System Red Green Blue C M Y K H S L
Decimal 19 240 132 0.92 0 0.45 0.06 150.68 0.88 0.51
Hex 13 F0 84 5C 0 2D 6 97 58 33
Octal 23 360 204 134 0 55 6 227 130 63
Binary 10011 11110000 10000100 1011100 0 101101 110 10010111 1011000 110011

Color Harmonies of #13F084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F084

Black with #13F084

Text Example


Text Example

White with #13F084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,240,132); }

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

background-color css

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

 a { background-color: rgb(19,240,132); }

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

border-color css

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

 span { border-color: rgb(19,240,132); }

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