Html Css Color HEX #090E00 Pine Tree

📋 copy color: '#090E00'

red 9 ◦ green 14 ◦ blue 0

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

Shades of Pine Tree #090E00

Tints of Pine Tree #090E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 60.87%

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

R = 39.13%
G = 60.87%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.95

RGB Variations

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

Color information

#090E00 (or 0x090E00) is known color: Pine Tree. HEX triplet: 09, 0E and 00. RGB value is (9,14,0). Sum of RGB (Red+Green+Blue) = 9+14+0=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 14 (5.86% from 255 or 60.87% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 14 - color contains mainly: green. Hex color #090E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E00 is #F6F1FF. Grayscale: #0A0A0A. Windows color (decimal): -16183808 or 3593. OLE color: 3593.

HSL color Cylindrical-coordinate representation of color #090E00: hue angle of 81.43º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090E00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 14 0 -
CMYK 0.36 0 1 0.95
HSL 81.43º 1% 0.03% -
HSV(B) 81.43º 1% 0.05% -
XYZ 0.27 0.37 0.06 -
YUV 10.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 9 14 0 0.36 0 1 0.95 81.43 1 0.03
Hex 9 E 0 24 0 64 5F 51 64 3
Octal 11 16 0 44 0 144 137 121 144 3
Binary 1001 1110 0 100100 0 1100100 1011111 1010001 1100100 11

Color Harmonies of #090E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090E00

Black with #090E00

Text Example


Text Example

White with #090E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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