Html Css Color HEX #0C9514 Islamic Green

📋 copy color: '#0C9514'

red 12 ◦ green 149 ◦ blue 20

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

Shades of Islamic Green #0C9514

Tints of Islamic Green #0C9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 82.32%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 6.63%
G = 82.32%
B = 11.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#0C9514 (or 0x0C9514) is known color: Islamic Green. HEX triplet: 0C, 95 and 14. RGB value is (12,149,20). Sum of RGB (Red+Green+Blue) = 12+149+20=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9514 is #F36AEB. Grayscale: #5D5D5D. Windows color (decimal): -15952620 or 1348876. OLE color: 1348876.

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

Color convert

RGB 12 149 20 -
CMYK 0.92 0 0.87 0.42
HSL 123.5º 0.85% 0.32% -
HSV(B) 123.5º 0.92% 0.58% -
XYZ 11.03 21.62 4.25 -
YUV 93.33 86.61 69.99 -
System Red Green Blue C M Y K H S L
Decimal 12 149 20 0.92 0 0.87 0.42 123.5 0.85 0.32
Hex C 95 14 5C 0 57 2A 7C 55 20
Octal 14 225 24 134 0 127 52 174 125 40
Binary 1100 10010101 10100 1011100 0 1010111 101010 1111100 1010101 100000

Color Harmonies of #0C9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9514

Black with #0C9514

Text Example


Text Example

White with #0C9514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,149,20); }

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

background-color css

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

 a { background-color: rgb(12,149,20); }

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

border-color css

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

 span { border-color: rgb(12,149,20); }

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