#00c00d

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

Shades of Islamic Green #00C00D

Tints of Islamic Green #00C00D

Color information

#00C00D (or 0x00C00D) is unknown color: approx Islamic Green. HEX triplet: 00, C0 and 0D. RGB value is (0,192,13). Sum of RGB (Red+Green+Blue) = 0+192+13=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #00C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C00D is #FF3FF2. Grayscale: #727272. Windows color (decimal): -16728051 or 901120. OLE color: 901120.

HSL color Cylindrical-coordinate representation of color #00C00D: hue angle of 124.06º 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 #00C00D is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB019213-
CMYK100.930.25
HSL124.06º100%37.65%-
HSV(B)124.06º100%75.29%-
XYZ18.9237.736.67-
YUV114.1970.8946.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 192 (75.39% from 255) = 93.66%
BLUE value IS 13 (5.47% from 255) = 6.34%
R=0%
G=93.66%
B=6.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal019213100.930.25124.0610037.65
Hex0C0D6405D197c6426
Octal03001514401353117414446
Binary01100000011011100100010111011100111111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00c00d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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