Html Css Color HEX #03C900 Islamic Green

📋 copy color: '#03C900'

red 3 ◦ green 201 ◦ blue 0

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

Shades of Islamic Green #03C900

Tints of Islamic Green #03C900

RGB

 RED value IS 3 (1.56% from 255) = 1.47%

 GREEN value IS 201 (78.91% from 255) = 98.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.47%
G = 98.53%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#03C900 (or 0x03C900) is known color: Islamic Green. HEX triplet: 03, C9 and 00. RGB value is (3,201,0). Sum of RGB (Red+Green+Blue) = 3+201+0=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 201 (78.91% from 255 or 98.53% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 201 - color contains mainly: green. Hex color #03C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03C900 is #FC36FF. Grayscale: #777777. Windows color (decimal): -16529152 or 51459. OLE color: 51459.

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

Color convert

RGB 3 201 0 -
CMYK 0.99 0 1 0.21
HSL 119.1º 1% 0.39% -
HSV(B) 119.1º 1% 0.79% -
XYZ 20.92 41.79 6.96 -
YUV 118.88 60.9 45.34 -
System Red Green Blue C M Y K H S L
Decimal 3 201 0 0.99 0 1 0.21 119.1 1 0.39
Hex 3 C9 0 63 0 64 15 77 64 27
Octal 3 311 0 143 0 144 25 167 144 47
Binary 11 11001001 0 1100011 0 1100100 10101 1110111 1100100 100111

Color Harmonies of #03C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C900

Black with #03C900

Text Example


Text Example

White with #03C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03C900; }

 p { color: rgb(3,201,0); }

 H1.HeaderClassName
 {
   color: #03C900;
 }
 .AnyTagClassName
 {
   color: #03C900;
 }
</style>

background-color css

<style>
 a { background-color: #03C900; }

 a { background-color: rgb(3,201,0); }

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

border-color css

<style>
 span { border-color: #03C900; }

 span { border-color: rgb(3,201,0); }

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