Html Css Color HEX #14F767 Spring Green

📋 copy color: '#14F767'

red 20 ◦ green 247 ◦ blue 103

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

Shades of Spring Green #14F767

Tints of Spring Green #14F767

RGB

 RED value IS 20 (8.2% from 255) = 5.41%

 GREEN value IS 247 (96.88% from 255) = 66.76%

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 5.41%
G = 66.76%
B = 27.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#14F767 (or 0x14F767) is known color: Spring Green. HEX triplet: 14, F7 and 67. RGB value is (20,247,103). Sum of RGB (Red+Green+Blue) = 20+247+103=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 247 (96.88% from 255 or 66.76% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 247 - color contains mainly: green. Hex color #14F767 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14F767 is #EB0898. Grayscale: #A3A3A3. Windows color (decimal): -15403161 or 6813460. OLE color: 6813460.

HSL color Cylindrical-coordinate representation of color #14F767: hue angle of 141.94º degrees, saturation: 0.93, 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 #14F767 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 247 103 -
CMYK 0.92 0 0.58 0.03
HSL 141.94º 0.93% 0.52% -
HSV(B) 141.94º 0.92% 0.97% -
XYZ 36 67.65 23.99 -
YUV 162.71 94.29 26.21 -
System Red Green Blue C M Y K H S L
Decimal 20 247 103 0.92 0 0.58 0.03 141.94 0.93 0.52
Hex 14 F7 67 5C 0 3A 3 8E 5D 34
Octal 24 367 147 134 0 72 3 216 135 64
Binary 10100 11110111 1100111 1011100 0 111010 11 10001110 1011101 110100

Color Harmonies of #14F767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F767

Black with #14F767

Text Example


Text Example

White with #14F767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F767; }

 p { color: rgb(20,247,103); }

 H1.HeaderClassName
 {
   color: #14F767;
 }
 .AnyTagClassName
 {
   color: #14F767;
 }
</style>

background-color css

<style>
 a { background-color: #14F767; }

 a { background-color: rgb(20,247,103); }

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

border-color css

<style>
 span { border-color: #14F767; }

 span { border-color: rgb(20,247,103); }

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