Html Css Color HEX #080A01 Green Waterloo

📋 copy color: '#080A01'

red 8 ◦ green 10 ◦ blue 1

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

Shades of Green Waterloo #080A01

Tints of Green Waterloo #080A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 5.26%

R = 42.11%
G = 52.63%
B = 5.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.90

 K value IS 0.96

RGB Variations

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

Color information

#080A01 (or 0x080A01) is known color: Green Waterloo. HEX triplet: 08, 0A and 01. RGB value is (8,10,1). Sum of RGB (Red+Green+Blue) = 8+10+1=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #080A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A01 is #F7F5FE. Grayscale: #080808. Windows color (decimal): -16250367 or 68104. OLE color: 68104.

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

Color convert

RGB 8 10 1 -
CMYK 0.2 0 0.90 0.96
HSL 73.33º 0.82% 0.02% -
HSV(B) 73.33º 0.9% 0.04% -
XYZ 0.21 0.27 0.07 -
YUV 8.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 8 10 1 0.2 0 0.90 0.96 73.33 0.82 0.02
Hex 8 A 1 14 0 5A 60 49 52 2
Octal 10 12 1 24 0 132 140 111 122 2
Binary 1000 1010 1 10100 0 1011010 1100000 1001001 1010010 10

Color Harmonies of #080A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A01

Black with #080A01

Text Example


Text Example

White with #080A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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