Html Css Color HEX #0C9216 Islamic Green

📋 copy color: '#0C9216'

red 12 ◦ green 146 ◦ blue 22

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

Shades of Islamic Green #0C9216

Tints of Islamic Green #0C9216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 81.11%

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 6.67%
G = 81.11%
B = 12.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#0C9216 (or 0x0C9216) is known color: Islamic Green. HEX triplet: 0C, 92 and 16. RGB value is (12,146,22). Sum of RGB (Red+Green+Blue) = 12+146+22=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 146 (57.42% from 255 or 81.11% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9216 is #F36DE9. Grayscale: #5C5C5C. Windows color (decimal): -15953386 or 1479180. OLE color: 1479180.

HSL color Cylindrical-coordinate representation of color #0C9216: hue angle of 124.48º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9216 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 146 22 -
CMYK 0.92 0 0.85 0.43
HSL 124.48º 0.85% 0.31% -
HSV(B) 124.48º 0.92% 0.57% -
XYZ 10.58 20.69 4.2 -
YUV 91.8 88.61 71.08 -
System Red Green Blue C M Y K H S L
Decimal 12 146 22 0.92 0 0.85 0.43 124.48 0.85 0.31
Hex C 92 16 5C 0 55 2B 7C 55 1F
Octal 14 222 26 134 0 125 53 174 125 37
Binary 1100 10010010 10110 1011100 0 1010101 101011 1111100 1010101 11111

Color Harmonies of #0C9216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9216

Black with #0C9216

Text Example


Text Example

White with #0C9216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,22); }

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

background-color css

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

 a { background-color: rgb(12,146,22); }

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

border-color css

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

 span { border-color: rgb(12,146,22); }

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