Html Css Color HEX #14CB40 Dark Pastel Green

📋 copy color: '#14CB40'

red 20 ◦ green 203 ◦ blue 64

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

Shades of Dark Pastel Green #14CB40

Tints of Dark Pastel Green #14CB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 6.97%
G = 70.73%
B = 22.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#14CB40 (or 0x14CB40) is known color: Dark Pastel Green. HEX triplet: 14, CB and 40. RGB value is (20,203,64). Sum of RGB (Red+Green+Blue) = 20+203+64=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 203 (79.69% from 255 or 70.73% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB40 is #EB34BF. Grayscale: #848484. Windows color (decimal): -15414464 or 4246292. OLE color: 4246292.

HSL color Cylindrical-coordinate representation of color #14CB40: hue angle of 134.43º 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 #14CB40 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 64 -
CMYK 0.90 0 0.68 0.20
HSL 134.43º 0.82% 0.44% -
HSV(B) 134.43º 0.9% 0.8% -
XYZ 22.57 43.23 12.01 -
YUV 132.44 89.37 47.8 -
System Red Green Blue C M Y K H S L
Decimal 20 203 64 0.90 0 0.68 0.20 134.43 0.82 0.44
Hex 14 CB 40 5A 0 44 14 86 52 2C
Octal 24 313 100 132 0 104 24 206 122 54
Binary 10100 11001011 1000000 1011010 0 1000100 10100 10000110 1010010 101100

Color Harmonies of #14CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB40

Black with #14CB40

Text Example


Text Example

White with #14CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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