Html Css Color HEX #14830B Green

📋 copy color: '#14830B'

red 20 ◦ green 131 ◦ blue 11

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

Shades of Green #14830B

Tints of Green #14830B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 12.35%
G = 80.86%
B = 6.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#14830B (or 0x14830B) is known color: Green. HEX triplet: 14, 83 and 0B. RGB value is (20,131,11). Sum of RGB (Red+Green+Blue) = 20+131+11=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 131 (51.56% from 255 or 80.86% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 131 - color contains mainly: green. Hex color #14830B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14830B is #EB7CF4. Grayscale: #545454. Windows color (decimal): -15432949 or 754452. OLE color: 754452.

HSL color Cylindrical-coordinate representation of color #14830B: hue angle of 115.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14830B is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 11 -
CMYK 0.85 0 0.92 0.49
HSL 115.5º 0.85% 0.28% -
HSV(B) 115.5º 0.92% 0.51% -
XYZ 8.47 16.41 3.04 -
YUV 84.13 86.73 82.26 -
System Red Green Blue C M Y K H S L
Decimal 20 131 11 0.85 0 0.92 0.49 115.5 0.85 0.28
Hex 14 83 B 55 0 5C 31 74 55 1C
Octal 24 203 13 125 0 134 61 164 125 34
Binary 10100 10000011 1011 1010101 0 1011100 110001 1110100 1010101 11100

Color Harmonies of #14830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14830B

Black with #14830B

Text Example


Text Example

White with #14830B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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