Html Css Color HEX #14BF64 Jade

📋 copy color: '#14BF64'

red 20 ◦ green 191 ◦ blue 100

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

Shades of Jade #14BF64

Tints of Jade #14BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 61.41%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 6.43%
G = 61.41%
B = 32.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#14BF64 (or 0x14BF64) is known color: Jade. HEX triplet: 14, BF and 64. RGB value is (20,191,100). Sum of RGB (Red+Green+Blue) = 20+191+100=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF64 is #EB409B. Grayscale: #818181. Windows color (decimal): -15417500 or 6602516. OLE color: 6602516.

HSL color Cylindrical-coordinate representation of color #14BF64: hue angle of 148.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF64 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 100 -
CMYK 0.90 0 0.48 0.25
HSL 148.07º 0.81% 0.41% -
HSV(B) 148.07º 0.9% 0.75% -
XYZ 21.22 38.33 18.34 -
YUV 129.5 111.35 49.9 -
System Red Green Blue C M Y K H S L
Decimal 20 191 100 0.90 0 0.48 0.25 148.07 0.81 0.41
Hex 14 BF 64 5A 0 30 19 94 51 29
Octal 24 277 144 132 0 60 31 224 121 51
Binary 10100 10111111 1100100 1011010 0 110000 11001 10010100 1010001 101001

Color Harmonies of #14BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF64

Black with #14BF64

Text Example


Text Example

White with #14BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,100); }

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

background-color css

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

 a { background-color: rgb(20,191,100); }

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

border-color css

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

 span { border-color: rgb(20,191,100); }

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