#0CC80A

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

Shades of Islamic Green #0CC80A

Tints of Islamic Green #0CC80A

Color information

#0CC80A (or 0x0CC80A) is unknown color: approx Islamic Green. HEX triplet: 0C, C8 and 0A. RGB value is (12,200,10). Sum of RGB (Red+Green+Blue) = 12+200+10=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 200 (78.52% from 255 or 90.09% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC80A is #F337F5. Grayscale: #7A7A7A. Windows color (decimal): -15939574 or 706572. OLE color: 706572.

HSL color Cylindrical-coordinate representation of color #0CC80A: hue angle of 119.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC80A is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB1220010-
CMYK0.9400.950.22
HSL119.37º90.48%41.18%-
HSV(B)119.37º95%78.43%-
XYZ20.8641.417.18-
YUV122.1364.7249.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 200 (78.52% from 255) = 90.09%
BLUE value IS 10 (4.30% from 255) = 4.50%
R=5.41%
G=90.09%
B=4.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12200100.9400.950.22119.3790.4841.18
HexCC8A5E05F16775a29
Octal143101213601372616713251
Binary11001100100010101011110010111111011011101111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,200,10); }

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

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

 a { background-color: rgb(12,200,10); }

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

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

 span { border-color: rgb(12,200,10); }

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