Html Css Color HEX #14C022 Dark Pastel Green

📋 copy color: '#14C022'

red 20 ◦ green 192 ◦ blue 34

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

Shades of Dark Pastel Green #14C022

Tints of Dark Pastel Green #14C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.05%

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 8.13%
G = 78.05%
B = 13.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#14C022 (or 0x14C022) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 22. RGB value is (20,192,34). Sum of RGB (Red+Green+Blue) = 20+192+34=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #14C022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C022 is #EB3FDD. Grayscale: #7B7B7B. Windows color (decimal): -15417310 or 2277396. OLE color: 2277396.

HSL color Cylindrical-coordinate representation of color #14C022: hue angle of 124.88º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C022 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 34 -
CMYK 0.90 0 0.82 0.25
HSL 124.88º 0.81% 0.42% -
HSV(B) 124.88º 0.9% 0.75% -
XYZ 19.43 37.96 7.82 -
YUV 122.56 78.02 54.85 -
System Red Green Blue C M Y K H S L
Decimal 20 192 34 0.90 0 0.82 0.25 124.88 0.81 0.42
Hex 14 C0 22 5A 0 52 19 7D 51 2A
Octal 24 300 42 132 0 122 31 175 121 52
Binary 10100 11000000 100010 1011010 0 1010010 11001 1111101 1010001 101010

Color Harmonies of #14C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C022

Black with #14C022

Text Example


Text Example

White with #14C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,34); }

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

background-color css

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

 a { background-color: rgb(20,192,34); }

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

border-color css

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

 span { border-color: rgb(20,192,34); }

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