Html Css Color HEX #090F0C Dark Green

📋 copy color: '#090F0C'

red 9 ◦ green 15 ◦ blue 12

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

Shades of Dark Green #090F0C

Tints of Dark Green #090F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 41.67%

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.94

RGB Variations

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

Color information

#090F0C (or 0x090F0C) is known color: Dark Green. HEX triplet: 09, 0F and 0C. RGB value is (9,15,12). Sum of RGB (Red+Green+Blue) = 9+15+12=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 15 - color contains mainly: green. Hex color #090F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F0C is #F6F0F3. Grayscale: #0C0C0C. Windows color (decimal): -16183540 or 790281. OLE color: 790281.

HSL color Cylindrical-coordinate representation of color #090F0C: hue angle of 150º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090F0C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 15 12 -
CMYK 0.40 0 0.20 0.94
HSL 150º 0.25% 0.05% -
HSV(B) 150º 0.4% 0.06% -
XYZ 0.35 0.43 0.41 -
YUV 12.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 9 15 12 0.40 0 0.20 0.94 150 0.25 0.05
Hex 9 F C 28 0 14 5E 96 19 5
Octal 11 17 14 50 0 24 136 226 31 5
Binary 1001 1111 1100 101000 0 10100 1011110 10010110 11001 101

Color Harmonies of #090F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090F0C

Black with #090F0C

Text Example


Text Example

White with #090F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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