Html Css Color HEX #0E1009 Rangoon Green

📋 copy color: '#0E1009'

red 14 ◦ green 16 ◦ blue 9

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

Shades of Rangoon Green #0E1009

Tints of Rangoon Green #0E1009

RGB

 RED value IS 14 (5.86% from 255) = 35.9%

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

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

R = 35.9%
G = 41.03%
B = 23.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#0E1009 (or 0x0E1009) is known color: Rangoon Green. HEX triplet: 0E, 10 and 09. RGB value is (14,16,9). Sum of RGB (Red+Green+Blue) = 14+16+9=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #0E1009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1009 is #F1EFF6. Grayscale: #0E0E0E. Windows color (decimal): -15855607 or 593934. OLE color: 593934.

HSL color Cylindrical-coordinate representation of color #0E1009: hue angle of 77.14º 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 #0E1009 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB 14 16 9 -
CMYK 0.13 0 0.44 0.94
HSL 77.14º 0.28% 0.05% -
HSV(B) 77.14º 0.44% 0.06% -
XYZ 0.42 0.48 0.33 -
YUV 14.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 14 16 9 0.13 0 0.44 0.94 77.14 0.28 0.05
Hex E 10 9 D 0 2C 5E 4D 1C 5
Octal 16 20 11 15 0 54 136 115 34 5
Binary 1110 10000 1001 1101 0 101100 1011110 1001101 11100 101

Color Harmonies of #0E1009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1009

Black with #0E1009

Text Example


Text Example

White with #0E1009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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