#0CBF10

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

Shades of Islamic Green #0CBF10

Tints of Islamic Green #0CBF10

Color information

#0CBF10 (or 0x0CBF10) is unknown color: approx Islamic Green. HEX triplet: 0C, BF and 10. RGB value is (12,191,16). Sum of RGB (Red+Green+Blue) = 12+191+16=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 191 (75% from 255 or 87.21% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF10 is #F340EF. Grayscale: #767676. Windows color (decimal): -15941872 or 1097484. OLE color: 1097484.

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

Color convert

RGB1219116-
CMYK0.9400.920.25
HSL121.34º88.18%39.8%-
HSV(B)121.34º93.72%74.9%-
XYZ18.8837.386.71-
YUV117.5370.752.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 191 (75% from 255) = 87.21%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=5.48%
G=87.21%
B=7.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191160.9400.920.25121.3488.1839.8
HexCBF105E05C19795828
Octal142772013601343117113050
Binary110010111111100001011110010111001100111110011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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