#0C980B

Color #0C980B Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0C980B

Tints of Islamic Green #0C980B

Color information

#0C980B (or 0x0C980B) is unknown color: approx Islamic Green. HEX triplet: 0C, 98 and 0B. RGB value is (12,152,11). Sum of RGB (Red+Green+Blue) = 12+152+11=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 152 (59.77% from 255 or 86.86% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 152 - color contains mainly: green. Hex color #0C980B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C980B is #F367F4. Grayscale: #5E5E5E. Windows color (decimal): -15951861 or 759820. OLE color: 759820.

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

Color convert

RGB1215211-
CMYK0.9200.930.40
HSL119.57º86.5%31.96%-
HSV(B)119.57º92.76%59.61%-
XYZ11.4422.564.07-
YUV94.0781.1269.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 152 (59.77% from 255) = 86.86%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=6.86%
G=86.86%
B=6.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12152110.9200.930.40119.5786.531.96
HexC98B5C05D28785720
Octal142301313401355017012740
Binary110010011000101110111000101110110100011110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C980B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,152,11); }

 H1.HeaderClassName
 {
   color: #0C980B;
 }
 .AnyTagClassName
 {
   color: #0C980B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,152,11); }

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

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

 span { border-color: rgb(12,152,11); }

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