#01800A

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

Shades of Green #01800A

Tints of Green #01800A

Color information

#01800A (or 0x01800A) is unknown color: approx Green. HEX triplet: 01, 80 and 0A. RGB value is (1,128,10). Sum of RGB (Red+Green+Blue) = 1+128+10=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #01800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01800A is #FE7FF5. Grayscale: #4C4C4C. Windows color (decimal): -16678902 or 688129. OLE color: 688129.

HSL color Cylindrical-coordinate representation of color #01800A: hue angle of 124.25º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01800A is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB112810-
CMYK0.9900.920.50
HSL124.25º98.45%25.29%-
HSV(B)124.25º99.22%50.2%-
XYZ7.7915.472.86-
YUV76.5890.4274.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 128 (50.39% from 255) = 92.09%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=0.72%
G=92.09%
B=7.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1128100.9900.920.50124.2598.4525.29
Hex180A6305C327c6219
Octal12001214301346217414231
Binary11000000010101100011010111001100101111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,128,10); }

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

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

 a { background-color: rgb(1,128,10); }

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

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

 span { border-color: rgb(1,128,10); }

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