#0CB30F

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

Shades of Islamic Green #0CB30F

Tints of Islamic Green #0CB30F

Color information

#0CB30F (or 0x0CB30F) is unknown color: approx Islamic Green. HEX triplet: 0C, B3 and 0F. RGB value is (12,179,15). Sum of RGB (Red+Green+Blue) = 12+179+15=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 179 (70.31% from 255 or 86.89% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB30F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CB30F is #F34CF0. Grayscale: #6E6E6E. Windows color (decimal): -15944945 or 1028876. OLE color: 1028876.

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

Color convert

RGB1217915-
CMYK0.9300.920.30
HSL121.08º87.43%37.45%-
HSV(B)121.08º93.3%70.2%-
XYZ16.3632.355.83-
YUV110.3774.1757.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 179 (70.31% from 255) = 86.89%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=5.83%
G=86.89%
B=7.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12179150.9300.920.30121.0887.4337.45
HexCB3F5D05C1E795725
Octal142631713501343617112745
Binary11001011001111111011101010111001111011110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,179,15); }

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

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

 a { background-color: rgb(12,179,15); }

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

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

 span { border-color: rgb(12,179,15); }

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