Html Css Color HEX #0CC903 Islamic Green

📋 copy color: '#0CC903'

red 12 ◦ green 201 ◦ blue 3

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

Shades of Islamic Green #0CC903

Tints of Islamic Green #0CC903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.39%

R = 5.56%
G = 93.06%
B = 1.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#0CC903 (or 0x0CC903) is known color: Islamic Green. HEX triplet: 0C, C9 and 03. RGB value is (12,201,3). Sum of RGB (Red+Green+Blue) = 12+201+3=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 201 (78.91% from 255 or 93.06% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC903 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC903 is #F336FC. Grayscale: #7A7A7A. Windows color (decimal): -15939325 or 248076. OLE color: 248076.

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

Color convert

RGB 12 201 3 -
CMYK 0.94 0 0.99 0.21
HSL 117.27º 0.97% 0.4% -
HSV(B) 117.27º 0.99% 0.79% -
XYZ 21.05 41.86 7.06 -
YUV 121.92 60.88 49.6 -
System Red Green Blue C M Y K H S L
Decimal 12 201 3 0.94 0 0.99 0.21 117.27 0.97 0.4
Hex C C9 3 5E 0 63 15 75 61 28
Octal 14 311 3 136 0 143 25 165 141 50
Binary 1100 11001001 11 1011110 0 1100011 10101 1110101 1100001 101000

Color Harmonies of #0CC903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC903

Black with #0CC903

Text Example


Text Example

White with #0CC903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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