Html Css Color HEX #09940C Islamic Green

📋 copy color: '#09940C'

red 9 ◦ green 148 ◦ blue 12

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

Shades of Islamic Green #09940C

Tints of Islamic Green #09940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 87.57%

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

R = 5.33%
G = 87.57%
B = 7.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#09940C (or 0x09940C) is known color: Islamic Green. HEX triplet: 09, 94 and 0C. RGB value is (9,148,12). Sum of RGB (Red+Green+Blue) = 9+148+12=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 148 (58.20% from 255 or 87.57% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 148 - color contains mainly: green. Hex color #09940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09940C is #F66BF3. Grayscale: #5B5B5B. Windows color (decimal): -16149492 or 824329. OLE color: 824329.

HSL color Cylindrical-coordinate representation of color #09940C: hue angle of 121.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09940C is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 12 -
CMYK 0.94 0 0.92 0.42
HSL 121.3º 0.89% 0.31% -
HSV(B) 121.3º 0.94% 0.58% -
XYZ 10.77 21.26 3.88 -
YUV 90.94 83.45 69.56 -
System Red Green Blue C M Y K H S L
Decimal 9 148 12 0.94 0 0.92 0.42 121.3 0.89 0.31
Hex 9 94 C 5E 0 5C 2A 79 59 1F
Octal 11 224 14 136 0 134 52 171 131 37
Binary 1001 10010100 1100 1011110 0 1011100 101010 1111001 1011001 11111

Color Harmonies of #09940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09940C

Black with #09940C

Text Example


Text Example

White with #09940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09940C; }

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

 H1.HeaderClassName
 {
   color: #09940C;
 }
 .AnyTagClassName
 {
   color: #09940C;
 }
</style>

background-color css

<style>
 a { background-color: #09940C; }

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

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

border-color css

<style>
 span { border-color: #09940C; }

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

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