Html Css Color HEX #14830D Green

📋 copy color: '#14830D'

red 20 ◦ green 131 ◦ blue 13

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

Shades of Green #14830D

Tints of Green #14830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 79.88%

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

R = 12.2%
G = 79.88%
B = 7.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#14830D (or 0x14830D) is known color: Green. HEX triplet: 14, 83 and 0D. RGB value is (20,131,13). Sum of RGB (Red+Green+Blue) = 20+131+13=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 131 (51.56% from 255 or 79.88% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 131 - color contains mainly: green. Hex color #14830D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14830D is #EB7CF2. Grayscale: #545454. Windows color (decimal): -15432947 or 885524. OLE color: 885524.

HSL color Cylindrical-coordinate representation of color #14830D: hue angle of 116.44º 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 #14830D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 13 -
CMYK 0.85 0 0.90 0.49
HSL 116.44º 0.82% 0.28% -
HSV(B) 116.44º 0.9% 0.51% -
XYZ 8.48 16.41 3.1 -
YUV 84.36 87.73 82.09 -
System Red Green Blue C M Y K H S L
Decimal 20 131 13 0.85 0 0.90 0.49 116.44 0.82 0.28
Hex 14 83 D 55 0 5A 31 74 52 1C
Octal 24 203 15 125 0 132 61 164 122 34
Binary 10100 10000011 1101 1010101 0 1011010 110001 1110100 1010010 11100

Color Harmonies of #14830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14830D

Black with #14830D

Text Example


Text Example

White with #14830D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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