Html Css Color HEX #14810D Green

📋 copy color: '#14810D'

red 20 ◦ green 129 ◦ blue 13

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

Shades of Green #14810D

Tints of Green #14810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 79.63%

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 12.35%
G = 79.63%
B = 8.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#14810D (or 0x14810D) is known color: Green. HEX triplet: 14, 81 and 0D. RGB value is (20,129,13). Sum of RGB (Red+Green+Blue) = 20+129+13=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #14810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14810D is #EB7EF2. Grayscale: #535353. Windows color (decimal): -15433459 or 885012. OLE color: 885012.

HSL color Cylindrical-coordinate representation of color #14810D: hue angle of 116.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14810D is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 129 13 -
CMYK 0.84 0 0.90 0.49
HSL 116.38º 0.82% 0.28% -
HSV(B) 116.38º 0.9% 0.51% -
XYZ 8.21 15.88 3.01 -
YUV 83.19 88.39 82.93 -
System Red Green Blue C M Y K H S L
Decimal 20 129 13 0.84 0 0.90 0.49 116.38 0.82 0.28
Hex 14 81 D 54 0 5A 31 74 52 1C
Octal 24 201 15 124 0 132 61 164 122 34
Binary 10100 10000001 1101 1010100 0 1011010 110001 1110100 1010010 11100

Color Harmonies of #14810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14810D

Black with #14810D

Text Example


Text Example

White with #14810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14810D; }

 p { color: rgb(20,129,13); }

 H1.HeaderClassName
 {
   color: #14810D;
 }
 .AnyTagClassName
 {
   color: #14810D;
 }
</style>

background-color css

<style>
 a { background-color: #14810D; }

 a { background-color: rgb(20,129,13); }

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

border-color css

<style>
 span { border-color: #14810D; }

 span { border-color: rgb(20,129,13); }

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