Html Css Color HEX #00C001 Islamic Green

📋 copy color: '#00C001'

red 0 ◦ green 192 ◦ blue 1

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

Shades of Islamic Green #00C001

Tints of Islamic Green #00C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 0%
G = 99.48%
B = 0.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#00C001 (or 0x00C001) is known color: Islamic Green. HEX triplet: 00, C0 and 01. RGB value is (0,192,1). Sum of RGB (Red+Green+Blue) = 0+192+1=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 192 (75.39% from 255 or 99.48% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 192 - color contains mainly: green. Hex color #00C001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C001 is #FF3FFE. Grayscale: #717171. Windows color (decimal): -16728063 or 114688. OLE color: 114688.

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

Color convert

RGB 0 192 1 -
CMYK 1 0 0.99 0.25
HSL 120.31º 1% 0.38% -
HSV(B) 120.31º 1% 0.75% -
XYZ 18.86 37.7 6.31 -
YUV 112.82 64.89 47.53 -
System Red Green Blue C M Y K H S L
Decimal 0 192 1 1 0 0.99 0.25 120.31 1 0.38
Hex 0 C0 1 64 0 63 19 78 64 26
Octal 0 300 1 144 0 143 31 170 144 46
Binary 0 11000000 1 1100100 0 1100011 11001 1111000 1100100 100110

Color Harmonies of #00C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C001

Black with #00C001

Text Example


Text Example

White with #00C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C001;
 }
 .AnyTagClassName
 {
   color: #00C001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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