#14630A

Color #14630A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #14630A

Tints of Green #14630A

Color information

#14630A (or 0x14630A) is unknown color: approx Green. HEX triplet: 14, 63 and 0A. RGB value is (20,99,10). Sum of RGB (Red+Green+Blue) = 20+99+10=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #14630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14630A is #EB9CF5. Grayscale: #414141. Windows color (decimal): -15441142 or 680724. OLE color: 680724.

HSL color Cylindrical-coordinate representation of color #14630A: hue angle of 113.26º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14630A is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB209910-
CMYK0.8000.900.61
HSL113.26º81.65%21.37%-
HSV(B)113.26º89.9%38.82%-
XYZ4.819.091.79-
YUV65.2396.8395.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 99 (39.06% from 255) = 76.74%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=15.50%
G=76.74%
B=7.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099100.8000.900.61113.2681.6521.37
Hex1463A5005A3D715215
Octal241431212001327516112225
Binary10100110001110101010000010110101111011110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14630A; }

 p { color: rgb(20,99,10); }

 H1.HeaderClassName
 {
   color: #14630A;
 }
 .AnyTagClassName
 {
   color: #14630A;
 }
</style>
background-color css

<style>
 a { background-color: #14630A; }

 a { background-color: rgb(20,99,10); }

 div.DivClassName
 {
   background-color: #14630A;
 }
 .BgClassName
 {
   background-color: #14630A;
 }
</style>
border-color css

<style>
 span { border-color: #14630A; }

 span { border-color: rgb(20,99,10); }

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