Html Css Color HEX #13F468 Spring Green

📋 copy color: '#13F468'

red 19 ◦ green 244 ◦ blue 104

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

Shades of Spring Green #13F468

Tints of Spring Green #13F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.49%

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 5.18%
G = 66.49%
B = 28.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#13F468 (or 0x13F468) is known color: Spring Green. HEX triplet: 13, F4 and 68. RGB value is (19,244,104). Sum of RGB (Red+Green+Blue) = 19+244+104=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #13F468 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F468 is #EC0B97. Grayscale: #A1A1A1. Windows color (decimal): -15469464 or 6878227. OLE color: 6878227.

HSL color Cylindrical-coordinate representation of color #13F468: hue angle of 142.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F468 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 244 104 -
CMYK 0.92 0 0.57 0.04
HSL 142.67º 0.91% 0.52% -
HSV(B) 142.67º 0.92% 0.96% -
XYZ 35.12 65.84 23.95 -
YUV 160.77 95.96 26.88 -
System Red Green Blue C M Y K H S L
Decimal 19 244 104 0.92 0 0.57 0.04 142.67 0.91 0.52
Hex 13 F4 68 5C 0 39 4 8F 5B 34
Octal 23 364 150 134 0 71 4 217 133 64
Binary 10011 11110100 1101000 1011100 0 111001 100 10001111 1011011 110100

Color Harmonies of #13F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F468

Black with #13F468

Text Example


Text Example

White with #13F468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,244,104); }

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

background-color css

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

 a { background-color: rgb(19,244,104); }

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

border-color css

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

 span { border-color: rgb(19,244,104); }

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