Html Css Color HEX #0F1009 Green Waterloo

📋 copy color: '#0F1009'

red 15 ◦ green 16 ◦ blue 9

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

Shades of Green Waterloo #0F1009

Tints of Green Waterloo #0F1009

RGB

 RED value IS 15 (6.25% from 255) = 37.5%

 GREEN value IS 16 (6.64% from 255) = 40%

 BLUE value IS 9 (3.91% from 255) = 22.5%

R = 37.5%
G = 40%
B = 22.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#0F1009 (or 0x0F1009) is known color: Green Waterloo. HEX triplet: 0F, 10 and 09. RGB value is (15,16,9). Sum of RGB (Red+Green+Blue) = 15+16+9=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0F1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1009 is #F0EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15790071 or 593935. OLE color: 593935.

HSL color Cylindrical-coordinate representation of color #0F1009: hue angle of 68.57º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0F1009 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB 15 16 9 -
CMYK 0.06 0 0.44 0.94
HSL 68.57º 0.28% 0.05% -
HSV(B) 68.57º 0.44% 0.06% -
XYZ 0.43 0.49 0.33 -
YUV 14.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 15 16 9 0.06 0 0.44 0.94 68.57 0.28 0.05
Hex F 10 9 6 0 2C 5E 45 1C 5
Octal 17 20 11 6 0 54 136 105 34 5
Binary 1111 10000 1001 110 0 101100 1011110 1000101 11100 101

Color Harmonies of #0F1009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1009

Black with #0F1009

Text Example


Text Example

White with #0F1009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,9); }

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

background-color css

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

 a { background-color: rgb(15,16,9); }

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

border-color css

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

 span { border-color: rgb(15,16,9); }

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