Html Css Color HEX #14C026 Dark Pastel Green

📋 copy color: '#14C026'

red 20 ◦ green 192 ◦ blue 38

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

Shades of Dark Pastel Green #14C026

Tints of Dark Pastel Green #14C026

RGB

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

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

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

R = 8%
G = 76.8%
B = 15.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#14C026 (or 0x14C026) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 26. RGB value is (20,192,38). Sum of RGB (Red+Green+Blue) = 20+192+38=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #14C026 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C026 is #EB3FD9. Grayscale: #7B7B7B. Windows color (decimal): -15417306 or 2539540. OLE color: 2539540.

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

Color convert

RGB 20 192 38 -
CMYK 0.90 0 0.80 0.25
HSL 126.28º 0.81% 0.42% -
HSV(B) 126.28º 0.9% 0.75% -
XYZ 19.49 37.99 8.14 -
YUV 123.02 80.02 54.52 -
System Red Green Blue C M Y K H S L
Decimal 20 192 38 0.90 0 0.80 0.25 126.28 0.81 0.42
Hex 14 C0 26 5A 0 50 19 7E 51 2A
Octal 24 300 46 132 0 120 31 176 121 52
Binary 10100 11000000 100110 1011010 0 1010000 11001 1111110 1010001 101010

Color Harmonies of #14C026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C026

Black with #14C026

Text Example


Text Example

White with #14C026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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