Html Css Color HEX #0C9710 Islamic Green

📋 copy color: '#0C9710'

red 12 ◦ green 151 ◦ blue 16

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

Shades of Islamic Green #0C9710

Tints of Islamic Green #0C9710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 84.36%

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

R = 6.7%
G = 84.36%
B = 8.94%

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

#0C9710 (or 0x0C9710) is known color: Islamic Green. HEX triplet: 0C, 97 and 10. RGB value is (12,151,16). Sum of RGB (Red+Green+Blue) = 12+151+16=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 151 (59.38% from 255 or 84.36% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9710 is #F368EF. Grayscale: #5E5E5E. Windows color (decimal): -15952112 or 1087244. OLE color: 1087244.

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

Color convert

RGB 12 151 16 -
CMYK 0.92 0 0.89 0.41
HSL 121.73º 0.85% 0.32% -
HSV(B) 121.73º 0.92% 0.59% -
XYZ 11.31 22.25 4.19 -
YUV 94.05 83.95 69.48 -
System Red Green Blue C M Y K H S L
Decimal 12 151 16 0.92 0 0.89 0.41 121.73 0.85 0.32
Hex C 97 10 5C 0 59 29 7A 55 20
Octal 14 227 20 134 0 131 51 172 125 40
Binary 1100 10010111 10000 1011100 0 1011001 101001 1111010 1010101 100000

Color Harmonies of #0C9710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9710

Black with #0C9710

Text Example


Text Example

White with #0C9710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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