Html Css Color HEX #0CC00D Islamic Green

📋 copy color: '#0CC00D'

red 12 ◦ green 192 ◦ blue 13

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

Shades of Islamic Green #0CC00D

Tints of Islamic Green #0CC00D

RGB

 RED value IS 12 (5.08% from 255) = 5.53%

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

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 5.53%
G = 88.48%
B = 5.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#0CC00D (or 0x0CC00D) is known color: Islamic Green. HEX triplet: 0C, C0 and 0D. RGB value is (12,192,13). Sum of RGB (Red+Green+Blue) = 12+192+13=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #0CC00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC00D is #F33FF2. Grayscale: #767676. Windows color (decimal): -15941619 or 901132. OLE color: 901132.

HSL color Cylindrical-coordinate representation of color #0CC00D: hue angle of 120.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC00D is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 192 13 -
CMYK 0.94 0 0.93 0.25
HSL 120.33º 0.88% 0.4% -
HSV(B) 120.33º 0.94% 0.75% -
XYZ 19.07 37.81 6.67 -
YUV 117.77 68.87 52.55 -
System Red Green Blue C M Y K H S L
Decimal 12 192 13 0.94 0 0.93 0.25 120.33 0.88 0.4
Hex C C0 D 5E 0 5D 19 78 58 28
Octal 14 300 15 136 0 135 31 170 130 50
Binary 1100 11000000 1101 1011110 0 1011101 11001 1111000 1011000 101000

Color Harmonies of #0CC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC00D

Black with #0CC00D

Text Example


Text Example

White with #0CC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CC00D; }

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

 H1.HeaderClassName
 {
   color: #0CC00D;
 }
 .AnyTagClassName
 {
   color: #0CC00D;
 }
</style>

background-color css

<style>
 a { background-color: #0CC00D; }

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

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

border-color css

<style>
 span { border-color: #0CC00D; }

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

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