Html Css Color HEX #0C9610 Islamic Green

📋 copy color: '#0C9610'

red 12 ◦ green 150 ◦ blue 16

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

Shades of Islamic Green #0C9610

Tints of Islamic Green #0C9610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 6.74%
G = 84.27%
B = 8.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#0C9610 (or 0x0C9610) is known color: Islamic Green. HEX triplet: 0C, 96 and 10. RGB value is (12,150,16). Sum of RGB (Red+Green+Blue) = 12+150+16=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 150 (58.98% from 255 or 84.27% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9610 is #F369EF. Grayscale: #5D5D5D. Windows color (decimal): -15952368 or 1086988. OLE color: 1086988.

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

Color convert

RGB 12 150 16 -
CMYK 0.92 0 0.89 0.41
HSL 121.74º 0.85% 0.32% -
HSV(B) 121.74º 0.92% 0.59% -
XYZ 11.15 21.93 4.14 -
YUV 93.46 84.28 69.9 -
System Red Green Blue C M Y K H S L
Decimal 12 150 16 0.92 0 0.89 0.41 121.74 0.85 0.32
Hex C 96 10 5C 0 59 29 7A 55 20
Octal 14 226 20 134 0 131 51 172 125 40
Binary 1100 10010110 10000 1011100 0 1011001 101001 1111010 1010101 100000

Color Harmonies of #0C9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9610

Black with #0C9610

Text Example


Text Example

White with #0C9610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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