Html Css Color HEX #0C9601 Islamic Green

📋 copy color: '#0C9601'

red 12 ◦ green 150 ◦ blue 1

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

Shades of Islamic Green #0C9601

Tints of Islamic Green #0C9601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 7.36%
G = 92.02%
B = 0.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#0C9601 (or 0x0C9601) is known color: Islamic Green. HEX triplet: 0C, 96 and 01. RGB value is (12,150,1). Sum of RGB (Red+Green+Blue) = 12+150+1=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 150 (58.98% from 255 or 92.02% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9601 is #F369FE. Grayscale: #5C5C5C. Windows color (decimal): -15952383 or 103948. OLE color: 103948.

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

Color convert

RGB 12 150 1 -
CMYK 0.92 0 0.99 0.41
HSL 115.57º 0.99% 0.3% -
HSV(B) 115.57º 0.99% 0.59% -
XYZ 11.06 21.89 3.67 -
YUV 91.75 76.78 71.12 -
System Red Green Blue C M Y K H S L
Decimal 12 150 1 0.92 0 0.99 0.41 115.57 0.99 0.3
Hex C 96 1 5C 0 63 29 74 63 1E
Octal 14 226 1 134 0 143 51 164 143 36
Binary 1100 10010110 1 1011100 0 1100011 101001 1110100 1100011 11110

Color Harmonies of #0C9601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9601

Black with #0C9601

Text Example


Text Example

White with #0C9601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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