Html Css Color HEX #14C83D Dark Pastel Green

📋 copy color: '#14C83D'

red 20 ◦ green 200 ◦ blue 61

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

Shades of Dark Pastel Green #14C83D

Tints of Dark Pastel Green #14C83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 71.17%

 BLUE value IS 61 (24.22% from 255) = 21.71%

R = 7.12%
G = 71.17%
B = 21.71%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#14C83D (or 0x14C83D) is known color: Dark Pastel Green. HEX triplet: 14, C8 and 3D. RGB value is (20,200,61). Sum of RGB (Red+Green+Blue) = 20+200+61=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 200 (78.52% from 255 or 71.17% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 200 - color contains mainly: green. Hex color #14C83D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C83D is #EB37C2. Grayscale: #828282. Windows color (decimal): -15415235 or 4048916. OLE color: 4048916.

HSL color Cylindrical-coordinate representation of color #14C83D: hue angle of 133.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C83D is Cyan = 0.9, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 200 61 -
CMYK 0.9 0 0.69 0.22
HSL 133.67º 0.82% 0.43% -
HSV(B) 133.67º 0.9% 0.78% -
XYZ 21.79 41.79 11.33 -
YUV 130.33 88.87 49.3 -
System Red Green Blue C M Y K H S L
Decimal 20 200 61 0.9 0 0.69 0.22 133.67 0.82 0.43
Hex 14 C8 3D 5A 0 45 16 86 52 2B
Octal 24 310 75 132 0 105 26 206 122 53
Binary 10100 11001000 111101 1011010 0 1000101 10110 10000110 1010010 101011

Color Harmonies of #14C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C83D

Black with #14C83D

Text Example


Text Example

White with #14C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,200,61); }

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

background-color css

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

 a { background-color: rgb(20,200,61); }

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

border-color css

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

 span { border-color: rgb(20,200,61); }

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