#0A0C02

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

Shades of Green Waterloo #0A0C02

Tints of Green Waterloo #0A0C02

Color information

#0A0C02 (or 0x0A0C02) is unknown color: approx Green Waterloo. HEX triplet: 0A, 0C and 02. RGB value is (10,12,2). Sum of RGB (Red+Green+Blue) = 10+12+2=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #0A0C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0C02 is #F5F3FD. Grayscale: #0A0A0A. Windows color (decimal): -16118782 or 134154. OLE color: 134154.

HSL color Cylindrical-coordinate representation of color #0A0C02: hue angle of 72º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A0C02 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.

Color convert

RGB10122-
CMYK0.1700.830.95
HSL72º71.43%2.75%-
HSV(B)72º83.33%4.71%-
XYZ0.270.330.11-
YUV10.26123.34127.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 12 (5.08% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101220.1700.830.957271.432.75
HexAC2110535F48473
Octal121422101231371101073
Binary1010110010100010101001110111111001000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0C02; }

 p { color: rgb(10,12,2); }

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

<style>
 a { background-color: #0A0C02; }

 a { background-color: rgb(10,12,2); }

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

<style>
 span { border-color: #0A0C02; }

 span { border-color: rgb(10,12,2); }

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