Html Css Color HEX #0CC40D Islamic Green

📋 copy color: '#0CC40D'

red 12 ◦ green 196 ◦ blue 13

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

Shades of Islamic Green #0CC40D

Tints of Islamic Green #0CC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 88.69%

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

R = 5.43%
G = 88.69%
B = 5.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#0CC40D (or 0x0CC40D) is known color: Islamic Green. HEX triplet: 0C, C4 and 0D. RGB value is (12,196,13). Sum of RGB (Red+Green+Blue) = 12+196+13=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 196 (76.95% from 255 or 88.69% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC40D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC40D is #F33BF2. Grayscale: #787878. Windows color (decimal): -15940595 or 902156. OLE color: 902156.

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

Color convert

RGB 12 196 13 -
CMYK 0.94 0 0.93 0.23
HSL 120.33º 0.88% 0.41% -
HSV(B) 120.33º 0.94% 0.77% -
XYZ 19.96 39.59 6.97 -
YUV 120.12 67.54 50.88 -
System Red Green Blue C M Y K H S L
Decimal 12 196 13 0.94 0 0.93 0.23 120.33 0.88 0.41
Hex C C4 D 5E 0 5D 17 78 58 29
Octal 14 304 15 136 0 135 27 170 130 51
Binary 1100 11000100 1101 1011110 0 1011101 10111 1111000 1011000 101001

Color Harmonies of #0CC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC40D

Black with #0CC40D

Text Example


Text Example

White with #0CC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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