Html Css Color HEX #0C9409 Islamic Green

📋 copy color: '#0C9409'

red 12 ◦ green 148 ◦ blue 9

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

Shades of Islamic Green #0C9409

Tints of Islamic Green #0C9409

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 12 148 9 -
CMYK 0.92 0 0.94 0.42
HSL 118.71º 0.89% 0.31% -
HSV(B) 118.71º 0.94% 0.58% -
XYZ 10.79 21.28 3.8 -
YUV 91.49 81.44 71.3 -
System Red Green Blue C M Y K H S L
Decimal 12 148 9 0.92 0 0.94 0.42 118.71 0.89 0.31
Hex C 94 9 5C 0 5E 2A 77 59 1F
Octal 14 224 11 134 0 136 52 167 131 37
Binary 1100 10010100 1001 1011100 0 1011110 101010 1110111 1011001 11111

Color Harmonies of #0C9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9409

Black with #0C9409

Text Example


Text Example

White with #0C9409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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