#0CB50E

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

Shades of Islamic Green #0CB50E

Tints of Islamic Green #0CB50E

Color information

#0CB50E (or 0x0CB50E) is unknown color: approx Islamic Green. HEX triplet: 0C, B5 and 0E. RGB value is (12,181,14). Sum of RGB (Red+Green+Blue) = 12+181+14=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 181 (71.09% from 255 or 87.44% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB50E is #F34AF1. Grayscale: #6F6F6F. Windows color (decimal): -15944434 or 963852. OLE color: 963852.

HSL color Cylindrical-coordinate representation of color #0CB50E: hue angle of 120.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB50E is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1218114-
CMYK0.9300.920.29
HSL120.71º87.56%37.84%-
HSV(B)120.71º93.37%70.98%-
XYZ16.7533.165.93-
YUV111.4373.0157.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 181 (71.09% from 255) = 87.44%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=5.80%
G=87.44%
B=6.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12181140.9300.920.29120.7187.5637.84
HexCB5E5D05C1D795826
Octal142651613501343517113046
Binary11001011010111101011101010111001110111110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,181,14); }

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

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

 a { background-color: rgb(12,181,14); }

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

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

 span { border-color: rgb(12,181,14); }

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