#0CA308

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

Shades of Islamic Green #0CA308

Tints of Islamic Green #0CA308

Color information

#0CA308 (or 0x0CA308) is unknown color: approx Islamic Green. HEX triplet: 0C, A3 and 08. RGB value is (12,163,8). Sum of RGB (Red+Green+Blue) = 12+163+8=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 163 (64.06% from 255 or 89.07% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA308 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA308 is #F35CF7. Grayscale: #646464. Windows color (decimal): -15949048 or 566028. OLE color: 566028.

HSL color Cylindrical-coordinate representation of color #0CA308: hue angle of 118.45º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA308 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB121638-
CMYK0.9300.950.36
HSL118.45º90.64%33.53%-
HSV(B)118.45º95.09%63.92%-
XYZ13.2926.294.6-
YUV100.1875.9765.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 163 (64.06% from 255) = 89.07%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=6.56%
G=89.07%
B=4.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1216380.9300.950.36118.4590.6433.53
HexCA385D05F24765b22
Octal142431013501374416613342
Binary110010100011100010111010101111110010011101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,8); }

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

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

 a { background-color: rgb(12,163,8); }

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

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

 span { border-color: rgb(12,163,8); }

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