Html Css Color HEX #14C334 Dark Pastel Green

📋 copy color: '#14C334'

red 20 ◦ green 195 ◦ blue 52

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

Shades of Dark Pastel Green #14C334

Tints of Dark Pastel Green #14C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 73.03%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 7.49%
G = 73.03%
B = 19.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#14C334 (or 0x14C334) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 34. RGB value is (20,195,52). Sum of RGB (Red+Green+Blue) = 20+195+52=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #14C334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C334 is #EB3CCB. Grayscale: #7E7E7E. Windows color (decimal): -15416524 or 3457812. OLE color: 3457812.

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

Color convert

RGB 20 195 52 -
CMYK 0.90 0 0.73 0.24
HSL 130.97º 0.81% 0.42% -
HSV(B) 130.97º 0.9% 0.76% -
XYZ 20.42 39.43 9.78 -
YUV 126.37 86.02 52.13 -
System Red Green Blue C M Y K H S L
Decimal 20 195 52 0.90 0 0.73 0.24 130.97 0.81 0.42
Hex 14 C3 34 5A 0 49 18 83 51 2A
Octal 24 303 64 132 0 111 30 203 121 52
Binary 10100 11000011 110100 1011010 0 1001001 11000 10000011 1010001 101010

Color Harmonies of #14C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C334

Black with #14C334

Text Example


Text Example

White with #14C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,52); }

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

background-color css

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

 a { background-color: rgb(20,195,52); }

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

border-color css

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

 span { border-color: rgb(20,195,52); }

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