Html Css Color HEX #13F866 Spring Green

📋 copy color: '#13F866'

red 19 ◦ green 248 ◦ blue 102

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

Shades of Spring Green #13F866

Tints of Spring Green #13F866

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.21%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 5.15%
G = 67.21%
B = 27.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#13F866 (or 0x13F866) is known color: Spring Green. HEX triplet: 13, F8 and 66. RGB value is (19,248,102). Sum of RGB (Red+Green+Blue) = 19+248+102=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #13F866 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F866 is #EC0799. Grayscale: #A3A3A3. Windows color (decimal): -15468442 or 6748179. OLE color: 6748179.

HSL color Cylindrical-coordinate representation of color #13F866: hue angle of 141.75º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F866 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 248 102 -
CMYK 0.92 0 0.59 0.03
HSL 141.75º 0.94% 0.52% -
HSV(B) 141.75º 0.92% 0.97% -
XYZ 36.23 68.23 23.83 -
YUV 162.89 93.63 25.37 -
System Red Green Blue C M Y K H S L
Decimal 19 248 102 0.92 0 0.59 0.03 141.75 0.94 0.52
Hex 13 F8 66 5C 0 3B 3 8E 5E 34
Octal 23 370 146 134 0 73 3 216 136 64
Binary 10011 11111000 1100110 1011100 0 111011 11 10001110 1011110 110100

Color Harmonies of #13F866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F866

Black with #13F866

Text Example


Text Example

White with #13F866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,248,102); }

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

background-color css

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

 a { background-color: rgb(19,248,102); }

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

border-color css

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

 span { border-color: rgb(19,248,102); }

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