Html Css Color HEX #14C067 Jade

📋 copy color: '#14C067'

red 20 ◦ green 192 ◦ blue 103

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

Shades of Jade #14C067

Tints of Jade #14C067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

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

R = 6.35%
G = 60.95%
B = 32.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#14C067 (or 0x14C067) is known color: Jade. HEX triplet: 14, C0 and 67. RGB value is (20,192,103). Sum of RGB (Red+Green+Blue) = 20+192+103=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #14C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C067 is #EB3F98. Grayscale: #828282. Windows color (decimal): -15417241 or 6799380. OLE color: 6799380.

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

Color convert

RGB 20 192 103 -
CMYK 0.90 0 0.46 0.25
HSL 148.95º 0.81% 0.42% -
HSV(B) 148.95º 0.9% 0.75% -
XYZ 21.59 38.83 19.19 -
YUV 130.43 112.52 49.24 -
System Red Green Blue C M Y K H S L
Decimal 20 192 103 0.90 0 0.46 0.25 148.95 0.81 0.42
Hex 14 C0 67 5A 0 2E 19 95 51 2A
Octal 24 300 147 132 0 56 31 225 121 52
Binary 10100 11000000 1100111 1011010 0 101110 11001 10010101 1010001 101010

Color Harmonies of #14C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C067

Black with #14C067

Text Example


Text Example

White with #14C067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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