#0CA715

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

Shades of Islamic Green #0CA715

Tints of Islamic Green #0CA715

Color information

#0CA715 (or 0x0CA715) is unknown color: approx Islamic Green. HEX triplet: 0C, A7 and 15. RGB value is (12,167,21). Sum of RGB (Red+Green+Blue) = 12+167+21=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 167 (65.62% from 255 or 83.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA715 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA715 is #F358EA. Grayscale: #686868. Windows color (decimal): -15948011 or 1419020. OLE color: 1419020.

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

Color convert

RGB1216721-
CMYK0.9300.870.35
HSL123.48º86.59%35.1%-
HSV(B)123.48º92.81%65.49%-
XYZ14.1127.775.33-
YUV104.0181.1562.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6%
GREEN value IS 167 (65.62% from 255) = 83.5%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=6%
G=83.5%
B=10.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167210.9300.870.35123.4886.5935.1
HexCA7155D057237b5723
Octal142472513501274317312743
Binary1100101001111010110111010101011110001111110111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,167,21); }

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

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

 a { background-color: rgb(12,167,21); }

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

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

 span { border-color: rgb(12,167,21); }

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