#0CBF00

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

Shades of Islamic Green #0CBF00

Tints of Islamic Green #0CBF00

Color information

#0CBF00 (or 0x0CBF00) is unknown color: approx Islamic Green. HEX triplet: 0C, BF and 00. RGB value is (12,191,0). Sum of RGB (Red+Green+Blue) = 12+191+0=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 191 (75% from 255 or 94.09% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF00 is #F340FF. Grayscale: #747474. Windows color (decimal): -15941888 or 48908. OLE color: 48908.

HSL color Cylindrical-coordinate representation of color #0CBF00: hue angle of 116.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CBF00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB121910-
CMYK0.94010.25
HSL116.23º100%37.45%-
HSV(B)116.23º100%74.9%-
XYZ18.7837.346.22-
YUV115.762.754.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 191 (75% from 255) = 94.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.91%
G=94.09%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1219100.94010.25116.2310037.45
HexCBF05E06419746425
Octal14277013601443116414445
Binary11001011111101011110011001001100111101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,191,0); }

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

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

 a { background-color: rgb(12,191,0); }

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

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

 span { border-color: rgb(12,191,0); }

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