Html Css Color HEX #14CB67 Malachite

📋 copy color: '#14CB67'

red 20 ◦ green 203 ◦ blue 103

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

Shades of Malachite #14CB67

Tints of Malachite #14CB67

RGB

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

 GREEN value IS 203 (79.69% from 255) = 62.27%

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

R = 6.13%
G = 62.27%
B = 31.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#14CB67 (or 0x14CB67) is known color: Malachite. HEX triplet: 14, CB and 67. RGB value is (20,203,103). Sum of RGB (Red+Green+Blue) = 20+203+103=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB67 is #EB3498. Grayscale: #898989. Windows color (decimal): -15414425 or 6802196. OLE color: 6802196.

HSL color Cylindrical-coordinate representation of color #14CB67: hue angle of 147.21º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB67 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 103 -
CMYK 0.90 0 0.49 0.20
HSL 147.21º 0.82% 0.44% -
HSV(B) 147.21º 0.9% 0.8% -
XYZ 24.09 43.84 20.02 -
YUV 136.88 108.87 44.63 -
System Red Green Blue C M Y K H S L
Decimal 20 203 103 0.90 0 0.49 0.20 147.21 0.82 0.44
Hex 14 CB 67 5A 0 31 14 93 52 2C
Octal 24 313 147 132 0 61 24 223 122 54
Binary 10100 11001011 1100111 1011010 0 110001 10100 10010011 1010010 101100

Color Harmonies of #14CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB67

Black with #14CB67

Text Example


Text Example

White with #14CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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