Html Css Color HEX #13F284 Spring Green

📋 copy color: '#13F284'

red 19 ◦ green 242 ◦ blue 132

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

Shades of Spring Green #13F284

Tints of Spring Green #13F284

RGB

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

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

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

R = 4.83%
G = 61.58%
B = 33.59%

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

#13F284 (or 0x13F284) is known color: Spring Green. HEX triplet: 13, F2 and 84. RGB value is (19,242,132). Sum of RGB (Red+Green+Blue) = 19+242+132=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #13F284 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F284 is #EC0D7B. Grayscale: #A3A3A3. Windows color (decimal): -15469948 or 8712723. OLE color: 8712723.

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

Color convert

RGB 19 242 132 -
CMYK 0.92 0 0.45 0.05
HSL 150.4º 0.9% 0.51% -
HSV(B) 150.4º 0.92% 0.95% -
XYZ 36.19 65.31 32.53 -
YUV 162.78 110.62 25.44 -
System Red Green Blue C M Y K H S L
Decimal 19 242 132 0.92 0 0.45 0.05 150.4 0.9 0.51
Hex 13 F2 84 5C 0 2D 5 96 5A 33
Octal 23 362 204 134 0 55 5 226 132 63
Binary 10011 11110010 10000100 1011100 0 101101 101 10010110 1011010 110011

Color Harmonies of #13F284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F284

Black with #13F284

Text Example


Text Example

White with #13F284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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