Html Css Color HEX #14C267 Jade

📋 copy color: '#14C267'

red 20 ◦ green 194 ◦ blue 103

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

Shades of Jade #14C267

Tints of Jade #14C267

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.2%

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

R = 6.31%
G = 61.2%
B = 32.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#14C267 (or 0x14C267) is known color: Jade. HEX triplet: 14, C2 and 67. RGB value is (20,194,103). Sum of RGB (Red+Green+Blue) = 20+194+103=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #14C267 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C267 is #EB3D98. Grayscale: #838383. Windows color (decimal): -15416729 or 6799892. OLE color: 6799892.

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

Color convert

RGB 20 194 103 -
CMYK 0.90 0 0.47 0.24
HSL 148.62º 0.81% 0.42% -
HSV(B) 148.62º 0.9% 0.76% -
XYZ 22.03 39.71 19.34 -
YUV 131.6 111.85 48.4 -
System Red Green Blue C M Y K H S L
Decimal 20 194 103 0.90 0 0.47 0.24 148.62 0.81 0.42
Hex 14 C2 67 5A 0 2F 18 95 51 2A
Octal 24 302 147 132 0 57 30 225 121 52
Binary 10100 11000010 1100111 1011010 0 101111 11000 10010101 1010001 101010

Color Harmonies of #14C267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C267

Black with #14C267

Text Example


Text Example

White with #14C267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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