#0CBF09

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

Shades of Islamic Green #0CBF09

Tints of Islamic Green #0CBF09

Color information

#0CBF09 (or 0x0CBF09) is unknown color: approx Islamic Green. HEX triplet: 0C, BF and 09. RGB value is (12,191,9). Sum of RGB (Red+Green+Blue) = 12+191+9=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 191 (75% from 255 or 90.09% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF09 is #F340F6. Grayscale: #757575. Windows color (decimal): -15941879 or 638732. OLE color: 638732.

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

Color convert

RGB121919-
CMYK0.9400.950.25
HSL119.01º91%39.22%-
HSV(B)119.01º95.29%74.9%-
XYZ18.8337.366.48-
YUV116.7367.253.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 191 (75% from 255) = 90.09%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=5.66%
G=90.09%
B=4.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1219190.9400.950.25119.019139.22
HexCBF95E05F19775b27
Octal142771113601373116713347
Binary11001011111110011011110010111111100111101111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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