Html Css Color HEX #0C9304 Islamic Green

📋 copy color: '#0C9304'

red 12 ◦ green 147 ◦ blue 4

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

Shades of Islamic Green #0C9304

Tints of Islamic Green #0C9304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 90.18%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 7.36%
G = 90.18%
B = 2.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#0C9304 (or 0x0C9304) is known color: Islamic Green. HEX triplet: 0C, 93 and 04. RGB value is (12,147,4). Sum of RGB (Red+Green+Blue) = 12+147+4=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 147 (57.81% from 255 or 90.18% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9304 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9304 is #F36CFB. Grayscale: #5A5A5A. Windows color (decimal): -15953148 or 299788. OLE color: 299788.

HSL color Cylindrical-coordinate representation of color #0C9304: hue angle of 116.64º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C9304 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 147 4 -
CMYK 0.92 0 0.97 0.42
HSL 116.64º 0.95% 0.3% -
HSV(B) 116.64º 0.97% 0.58% -
XYZ 10.61 20.95 3.6 -
YUV 90.33 79.27 72.13 -
System Red Green Blue C M Y K H S L
Decimal 12 147 4 0.92 0 0.97 0.42 116.64 0.95 0.3
Hex C 93 4 5C 0 61 2A 75 5F 1E
Octal 14 223 4 134 0 141 52 165 137 36
Binary 1100 10010011 100 1011100 0 1100001 101010 1110101 1011111 11110

Color Harmonies of #0C9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9304

Black with #0C9304

Text Example


Text Example

White with #0C9304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,4); }

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

background-color css

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

 a { background-color: rgb(12,147,4); }

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

border-color css

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

 span { border-color: rgb(12,147,4); }

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