Html Css Color HEX #14C024 Dark Pastel Green

📋 copy color: '#14C024'

red 20 ◦ green 192 ◦ blue 36

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

Shades of Dark Pastel Green #14C024

Tints of Dark Pastel Green #14C024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 8.06%
G = 77.42%
B = 14.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#14C024 (or 0x14C024) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 24. RGB value is (20,192,36). Sum of RGB (Red+Green+Blue) = 20+192+36=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #14C024 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C024 is #EB3FDB. Grayscale: #7B7B7B. Windows color (decimal): -15417308 or 2408468. OLE color: 2408468.

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

Color convert

RGB 20 192 36 -
CMYK 0.90 0 0.81 0.25
HSL 125.58º 0.81% 0.42% -
HSV(B) 125.58º 0.9% 0.75% -
XYZ 19.46 37.98 7.97 -
YUV 122.79 79.02 54.68 -
System Red Green Blue C M Y K H S L
Decimal 20 192 36 0.90 0 0.81 0.25 125.58 0.81 0.42
Hex 14 C0 24 5A 0 51 19 7E 51 2A
Octal 24 300 44 132 0 121 31 176 121 52
Binary 10100 11000000 100100 1011010 0 1010001 11001 1111110 1010001 101010

Color Harmonies of #14C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C024

Black with #14C024

Text Example


Text Example

White with #14C024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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