Html Css Color HEX #13EF8A Spring Green

📋 copy color: '#13EF8A'

red 19 ◦ green 239 ◦ blue 138

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

Shades of Spring Green #13EF8A

Tints of Spring Green #13EF8A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.35%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 4.8%
G = 60.35%
B = 34.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#13EF8A (or 0x13EF8A) is known color: Spring Green. HEX triplet: 13, EF and 8A. RGB value is (19,239,138). Sum of RGB (Red+Green+Blue) = 19+239+138=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EF8A is #EC1075. Grayscale: #A1A1A1. Windows color (decimal): -15470710 or 9105171. OLE color: 9105171.

HSL color Cylindrical-coordinate representation of color #13EF8A: hue angle of 152.45º degrees, saturation: 0.87, 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 #13EF8A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 239 138 -
CMYK 0.92 0 0.42 0.06
HSL 152.45º 0.87% 0.51% -
HSV(B) 152.45º 0.92% 0.94% -
XYZ 35.72 63.71 34.46 -
YUV 161.71 114.61 26.21 -
System Red Green Blue C M Y K H S L
Decimal 19 239 138 0.92 0 0.42 0.06 152.45 0.87 0.51
Hex 13 EF 8A 5C 0 2A 6 98 57 33
Octal 23 357 212 134 0 52 6 230 127 63
Binary 10011 11101111 10001010 1011100 0 101010 110 10011000 1010111 110011

Color Harmonies of #13EF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EF8A

Black with #13EF8A

Text Example


Text Example

White with #13EF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,239,138); }

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

background-color css

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

 a { background-color: rgb(19,239,138); }

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

border-color css

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

 span { border-color: rgb(19,239,138); }

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