Html Css Color HEX #14CC32 Dark Pastel Green

📋 copy color: '#14CC32'

red 20 ◦ green 204 ◦ blue 50

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

Shades of Dark Pastel Green #14CC32

Tints of Dark Pastel Green #14CC32

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.45%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 7.3%
G = 74.45%
B = 18.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#14CC32 (or 0x14CC32) is known color: Dark Pastel Green. HEX triplet: 14, CC and 32. RGB value is (20,204,50). Sum of RGB (Red+Green+Blue) = 20+204+50=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC32 is #EB33CD. Grayscale: #838383. Windows color (decimal): -15414222 or 3329044. OLE color: 3329044.

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

Color convert

RGB 20 204 50 -
CMYK 0.90 0 0.75 0.2
HSL 129.78º 0.82% 0.44% -
HSV(B) 129.78º 0.9% 0.8% -
XYZ 22.46 43.56 10.24 -
YUV 131.43 82.04 48.52 -
System Red Green Blue C M Y K H S L
Decimal 20 204 50 0.90 0 0.75 0.2 129.78 0.82 0.44
Hex 14 CC 32 5A 0 4B 14 82 52 2C
Octal 24 314 62 132 0 113 24 202 122 54
Binary 10100 11001100 110010 1011010 0 1001011 10100 10000010 1010010 101100

Color Harmonies of #14CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC32

Black with #14CC32

Text Example


Text Example

White with #14CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,204,50); }

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

background-color css

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

 a { background-color: rgb(20,204,50); }

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

border-color css

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

 span { border-color: rgb(20,204,50); }

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