Html Css Color HEX #0A0C03 Green Waterloo

📋 copy color: '#0A0C03'

red 10 ◦ green 12 ◦ blue 3

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

Shades of Green Waterloo #0A0C03

Tints of Green Waterloo #0A0C03

RGB

 RED value IS 10 (4.3% from 255) = 40%

 GREEN value IS 12 (5.08% from 255) = 48%

 BLUE value IS 3 (1.56% from 255) = 12%

R = 40%
G = 48%
B = 12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#0A0C03 (or 0x0A0C03) is known color: Green Waterloo. HEX triplet: 0A, 0C and 03. RGB value is (10,12,3). Sum of RGB (Red+Green+Blue) = 10+12+3=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #0A0C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0C03 is #F5F3FC. Grayscale: #0A0A0A. Windows color (decimal): -16118781 or 199690. OLE color: 199690.

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

Color convert

RGB 10 12 3 -
CMYK 0.17 0 0.75 0.95
HSL 73.33º 0.6% 0.03% -
HSV(B) 73.33º 0.75% 0.05% -
XYZ 0.27 0.33 0.14 -
YUV 10.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 10 12 3 0.17 0 0.75 0.95 73.33 0.6 0.03
Hex A C 3 11 0 4B 5F 49 3C 3
Octal 12 14 3 21 0 113 137 111 74 3
Binary 1010 1100 11 10001 0 1001011 1011111 1001001 111100 11

Color Harmonies of #0A0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0C03

Black with #0A0C03

Text Example


Text Example

White with #0A0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A0C03;
 }
 .AnyTagClassName
 {
   color: #0A0C03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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