#00C502

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

Shades of Islamic Green #00C502

Tints of Islamic Green #00C502

Color information

#00C502 (or 0x00C502) is unknown color: approx Islamic Green. HEX triplet: 00, C5 and 02. RGB value is (0,197,2). Sum of RGB (Red+Green+Blue) = 0+197+2=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 197 (77.34% from 255 or 98.99% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 197 - color contains mainly: green. Hex color #00C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C502 is #FF3AFD. Grayscale: #747474. Windows color (decimal): -16726782 or 181504. OLE color: 181504.

HSL color Cylindrical-coordinate representation of color #00C502: hue angle of 120.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C502 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB01972-
CMYK100.990.23
HSL120.61º100%38.63%-
HSV(B)120.61º100%77.25%-
XYZ19.9839.946.71-
YUV115.8763.7345.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 197 (77.34% from 255) = 98.99%
BLUE value IS 2 (1.17% from 255) = 1.01%
R=0%
G=98.99%
B=1.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal01972100.990.23120.6110038.63
Hex0C526406317796427
Octal0305214401432717114447
Binary011000101101100100011000111011111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00C502; }

 p { color: rgb(0,197,2); }

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

<style>
 a { background-color: #00C502; }

 a { background-color: rgb(0,197,2); }

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

<style>
 span { border-color: #00C502; }

 span { border-color: rgb(0,197,2); }

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