Html Css Color HEX #14C326 Dark Pastel Green

📋 copy color: '#14C326'

red 20 ◦ green 195 ◦ blue 38

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

Shades of Dark Pastel Green #14C326

Tints of Dark Pastel Green #14C326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 7.91%
G = 77.08%
B = 15.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#14C326 (or 0x14C326) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 26. RGB value is (20,195,38). Sum of RGB (Red+Green+Blue) = 20+195+38=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 195 (76.56% from 255 or 77.08% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 195 - color contains mainly: green. Hex color #14C326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C326 is #EB3CD9. Grayscale: #7D7D7D. Windows color (decimal): -15416538 or 2540308. OLE color: 2540308.

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

Color convert

RGB 20 195 38 -
CMYK 0.90 0 0.81 0.24
HSL 126.17º 0.81% 0.42% -
HSV(B) 126.17º 0.9% 0.76% -
XYZ 20.15 39.32 8.36 -
YUV 124.78 79.02 53.27 -
System Red Green Blue C M Y K H S L
Decimal 20 195 38 0.90 0 0.81 0.24 126.17 0.81 0.42
Hex 14 C3 26 5A 0 51 18 7E 51 2A
Octal 24 303 46 132 0 121 30 176 121 52
Binary 10100 11000011 100110 1011010 0 1010001 11000 1111110 1010001 101010

Color Harmonies of #14C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C326

Black with #14C326

Text Example


Text Example

White with #14C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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