#13F288

Color #13F288 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #13F288

Tints of Spring Green #13F288

Color information

#13F288 (or 0x13F288) is unknown color: approx Spring Green. HEX triplet: 13, F2 and 88. RGB value is (19,242,136). Sum of RGB (Red+Green+Blue) = 19+242+136=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #13F288 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F288 is #EC0D77. Grayscale: #A3A3A3. Windows color (decimal): -15469944 or 8974867. OLE color: 8974867.

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

Color convert

RGB19242136-
CMYK0.9200.440.05
HSL151.48º89.56%51.18%-
HSV(B)151.48º92.15%94.9%-
XYZ36.4665.4234-
YUV163.24112.6225.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.79%
GREEN value IS 242 (94.92% from 255) = 60.96%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=4.79%
G=60.96%
B=34.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192421360.9200.440.05151.4889.5651.18
Hex13F2885C02C5975a33
Octal23362210134054522713263
Binary10011111100101000100010111000101100101100101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13F288;
 }
 .AnyTagClassName
 {
   color: #13F288;
 }
</style>
background-color css

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

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

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

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

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

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