Html Css Color HEX #090B01 Green Waterloo

📋 copy color: '#090B01'

red 9 ◦ green 11 ◦ blue 1

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

Shades of Green Waterloo #090B01

Tints of Green Waterloo #090B01

RGB

 RED value IS 9 (3.91% from 255) = 42.86%

 GREEN value IS 11 (4.69% from 255) = 52.38%

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

R = 42.86%
G = 52.38%
B = 4.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.96

RGB Variations

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

Color information

#090B01 (or 0x090B01) is known color: Green Waterloo. HEX triplet: 09, 0B and 01. RGB value is (9,11,1). Sum of RGB (Red+Green+Blue) = 9+11+1=21 (2% of max value = 765). Red value is 9 (3.91% from 255 or 42.86% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #090B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B01 is #F6F4FE. Grayscale: #090909. Windows color (decimal): -16184575 or 68361. OLE color: 68361.

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

Color convert

RGB 9 11 1 -
CMYK 0.18 0 0.91 0.96
HSL 72º 0.83% 0.02% -
HSV(B) 72º 0.91% 0.04% -
XYZ 0.24 0.3 0.07 -
YUV 9.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 9 11 1 0.18 0 0.91 0.96 72 0.83 0.02
Hex 9 B 1 12 0 5B 60 48 53 2
Octal 11 13 1 22 0 133 140 110 123 2
Binary 1001 1011 1 10010 0 1011011 1100000 1001000 1010011 10

Color Harmonies of #090B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090B01

Black with #090B01

Text Example


Text Example

White with #090B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090B01; }

 p { color: rgb(9,11,1); }

 H1.HeaderClassName
 {
   color: #090B01;
 }
 .AnyTagClassName
 {
   color: #090B01;
 }
</style>

background-color css

<style>
 a { background-color: #090B01; }

 a { background-color: rgb(9,11,1); }

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

border-color css

<style>
 span { border-color: #090B01; }

 span { border-color: rgb(9,11,1); }

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