#02C50E

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

Shades of Islamic Green #02C50E

Tints of Islamic Green #02C50E

Color information

#02C50E (or 0x02C50E) is unknown color: approx Islamic Green. HEX triplet: 02, C5 and 0E. RGB value is (2,197,14). Sum of RGB (Red+Green+Blue) = 2+197+14=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 197 (77.34% from 255 or 92.49% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 197 - color contains mainly: green. Hex color #02C50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C50E is #FD3AF1. Grayscale: #767676. Windows color (decimal): -16595698 or 967938. OLE color: 967938.

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

Color convert

RGB219714-
CMYK0.9900.930.23
HSL123.69º97.99%39.02%-
HSV(B)123.69º98.98%77.25%-
XYZ20.0739.987.07-
YUV117.8369.445.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 197 (77.34% from 255) = 92.49%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=0.94%
G=92.49%
B=6.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2197140.9900.930.23123.6997.9939.02
Hex2C5E6305D177c6227
Octal23051614301352717414247
Binary101100010111101100011010111011011111111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C50E; }

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

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

<style>
 a { background-color: #02C50E; }

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

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

<style>
 span { border-color: #02C50E; }

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

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