Html Css Color HEX #13F98C Spring Green

📋 copy color: '#13F98C'

red 19 ◦ green 249 ◦ blue 140

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

Shades of Spring Green #13F98C

Tints of Spring Green #13F98C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 61.03%

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 4.66%
G = 61.03%
B = 34.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#13F98C (or 0x13F98C) is known color: Spring Green. HEX triplet: 13, F9 and 8C. RGB value is (19,249,140). Sum of RGB (Red+Green+Blue) = 19+249+140=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 249 (97.66% from 255 or 61.03% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 249 - color contains mainly: green. Hex color #13F98C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F98C is #EC0673. Grayscale: #A8A8A8. Windows color (decimal): -15468148 or 9238803. OLE color: 9238803.

HSL color Cylindrical-coordinate representation of color #13F98C: hue angle of 151.57º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F98C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 140 -
CMYK 0.92 0 0.44 0.02
HSL 151.57º 0.95% 0.53% -
HSV(B) 151.57º 0.92% 0.98% -
XYZ 38.88 69.78 36.23 -
YUV 167.8 112.3 21.86 -
System Red Green Blue C M Y K H S L
Decimal 19 249 140 0.92 0 0.44 0.02 151.57 0.95 0.53
Hex 13 F9 8C 5C 0 2C 2 98 5F 35
Octal 23 371 214 134 0 54 2 230 137 65
Binary 10011 11111001 10001100 1011100 0 101100 10 10011000 1011111 110101

Color Harmonies of #13F98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F98C

Black with #13F98C

Text Example


Text Example

White with #13F98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,249,140); }

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

background-color css

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

 a { background-color: rgb(19,249,140); }

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

border-color css

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

 span { border-color: rgb(19,249,140); }

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