Html Css Color HEX #02C105 Islamic Green

📋 copy color: '#02C105'

red 2 ◦ green 193 ◦ blue 5

#02C105
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02C105

Tints of Islamic Green #02C105

RGB

 RED value IS 2 (1.17% from 255) = 1%

 GREEN value IS 193 (75.78% from 255) = 96.5%

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 1%
G = 96.5%
B = 2.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#02C105 (or 0x02C105) is known color: Islamic Green. HEX triplet: 02, C1 and 05. RGB value is (2,193,5). Sum of RGB (Red+Green+Blue) = 2+193+5=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 193 (75.78% from 255 or 96.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 193 - color contains mainly: green. Hex color #02C105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C105 is #FD3EFA. Grayscale: #737373. Windows color (decimal): -16596731 or 377090. OLE color: 377090.

HSL color Cylindrical-coordinate representation of color #02C105: hue angle of 120.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C105 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 193 5 -
CMYK 0.99 0 0.97 0.24
HSL 120.94º 0.98% 0.38% -
HSV(B) 120.94º 0.99% 0.76% -
XYZ 19.12 38.16 6.5 -
YUV 114.46 66.22 47.79 -
System Red Green Blue C M Y K H S L
Decimal 2 193 5 0.99 0 0.97 0.24 120.94 0.98 0.38
Hex 2 C1 5 63 0 61 18 79 62 26
Octal 2 301 5 143 0 141 30 171 142 46
Binary 10 11000001 101 1100011 0 1100001 11000 1111001 1100010 100110

Color Harmonies of #02C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C105

Black with #02C105

Text Example


Text Example

White with #02C105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,193,5); }

 H1.HeaderClassName
 {
   color: #02C105;
 }
 .AnyTagClassName
 {
   color: #02C105;
 }
</style>

background-color css

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

 a { background-color: rgb(2,193,5); }

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

border-color css

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

 span { border-color: rgb(2,193,5); }

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