Html Css Color HEX #080A00 Green Waterloo

📋 copy color: '#080A00'

red 8 ◦ green 10 ◦ blue 0

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

Shades of Green Waterloo #080A00

Tints of Green Waterloo #080A00

RGB

 RED value IS 8 (3.52% from 255) = 44.44%

 GREEN value IS 10 (4.3% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#080A00 (or 0x080A00) is known color: Green Waterloo. HEX triplet: 08, 0A and 00. RGB value is (8,10,0). Sum of RGB (Red+Green+Blue) = 8+10+0=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 0 (0.39% from 255 or 0% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #080A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A00 is #F7F5FF. Grayscale: #080808. Windows color (decimal): -16250368 or 2568. OLE color: 2568.

HSL color Cylindrical-coordinate representation of color #080A00: hue angle of 72º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080A00 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 10 0 -
CMYK 0.2 0 1 0.96
HSL 72º 1% 0.02% -
HSV(B) 72º 1% 0.04% -
XYZ 0.21 0.27 0.04 -
YUV 8.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 8 10 0 0.2 0 1 0.96 72 1 0.02
Hex 8 A 0 14 0 64 60 48 64 2
Octal 10 12 0 24 0 144 140 110 144 2
Binary 1000 1010 0 10100 0 1100100 1100000 1001000 1100100 10

Color Harmonies of #080A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A00

Black with #080A00

Text Example


Text Example

White with #080A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A00; }

 p { color: rgb(8,10,0); }

 H1.HeaderClassName
 {
   color: #080A00;
 }
 .AnyTagClassName
 {
   color: #080A00;
 }
</style>

background-color css

<style>
 a { background-color: #080A00; }

 a { background-color: rgb(8,10,0); }

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

border-color css

<style>
 span { border-color: #080A00; }

 span { border-color: rgb(8,10,0); }

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