Html Css Color HEX #01C003 Islamic Green

📋 copy color: '#01C003'

red 1 ◦ green 192 ◦ blue 3

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

Shades of Islamic Green #01C003

Tints of Islamic Green #01C003

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

 GREEN value IS 192 (75.39% from 255) = 97.96%

 BLUE value IS 3 (1.56% from 255) = 1.53%

R = 0.51%
G = 97.96%
B = 1.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#01C003 (or 0x01C003) is known color: Islamic Green. HEX triplet: 01, C0 and 03. RGB value is (1,192,3). Sum of RGB (Red+Green+Blue) = 1+192+3=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 192 (75.39% from 255 or 97.96% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 192 - color contains mainly: green. Hex color #01C003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C003 is #FE3FFC. Grayscale: #717171. Windows color (decimal): -16662525 or 245761. OLE color: 245761.

HSL color Cylindrical-coordinate representation of color #01C003: hue angle of 120.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C003 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 3 -
CMYK 0.99 0 0.98 0.25
HSL 120.63º 0.99% 0.38% -
HSV(B) 120.63º 0.99% 0.75% -
XYZ 18.88 37.71 6.37 -
YUV 113.35 65.72 47.87 -
System Red Green Blue C M Y K H S L
Decimal 1 192 3 0.99 0 0.98 0.25 120.63 0.99 0.38
Hex 1 C0 3 63 0 62 19 79 63 26
Octal 1 300 3 143 0 142 31 171 143 46
Binary 1 11000000 11 1100011 0 1100010 11001 1111001 1100011 100110

Color Harmonies of #01C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C003

Black with #01C003

Text Example


Text Example

White with #01C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C003; }

 p { color: rgb(1,192,3); }

 H1.HeaderClassName
 {
   color: #01C003;
 }
 .AnyTagClassName
 {
   color: #01C003;
 }
</style>

background-color css

<style>
 a { background-color: #01C003; }

 a { background-color: rgb(1,192,3); }

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

border-color css

<style>
 span { border-color: #01C003; }

 span { border-color: rgb(1,192,3); }

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