Html Css Color HEX #0C9604 Islamic Green

📋 copy color: '#0C9604'

red 12 ◦ green 150 ◦ blue 4

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

Shades of Islamic Green #0C9604

Tints of Islamic Green #0C9604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 90.36%

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

R = 7.23%
G = 90.36%
B = 2.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#0C9604 (or 0x0C9604) is known color: Islamic Green. HEX triplet: 0C, 96 and 04. RGB value is (12,150,4). Sum of RGB (Red+Green+Blue) = 12+150+4=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 150 (58.98% from 255 or 90.36% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9604 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9604 is #F369FB. Grayscale: #5C5C5C. Windows color (decimal): -15952380 or 300556. OLE color: 300556.

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

Color convert

RGB 12 150 4 -
CMYK 0.92 0 0.97 0.41
HSL 116.71º 0.95% 0.3% -
HSV(B) 116.71º 0.97% 0.59% -
XYZ 11.08 21.9 3.76 -
YUV 92.09 78.28 70.87 -
System Red Green Blue C M Y K H S L
Decimal 12 150 4 0.92 0 0.97 0.41 116.71 0.95 0.3
Hex C 96 4 5C 0 61 29 75 5F 1E
Octal 14 226 4 134 0 141 51 165 137 36
Binary 1100 10010110 100 1011100 0 1100001 101001 1110101 1011111 11110

Color Harmonies of #0C9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9604

Black with #0C9604

Text Example


Text Example

White with #0C9604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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