Html Css Color HEX #0CC203 Islamic Green

📋 copy color: '#0CC203'

red 12 ◦ green 194 ◦ blue 3

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

Shades of Islamic Green #0CC203

Tints of Islamic Green #0CC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 92.82%

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

R = 5.74%
G = 92.82%
B = 1.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#0CC203 (or 0x0CC203) is known color: Islamic Green. HEX triplet: 0C, C2 and 03. RGB value is (12,194,3). Sum of RGB (Red+Green+Blue) = 12+194+3=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 194 (76.17% from 255 or 92.82% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC203 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC203 is #F33DFC. Grayscale: #767676. Windows color (decimal): -15941117 or 246284. OLE color: 246284.

HSL color Cylindrical-coordinate representation of color #0CC203: hue angle of 117.17º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CC203 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 194 3 -
CMYK 0.94 0 0.98 0.24
HSL 117.17º 0.97% 0.39% -
HSV(B) 117.17º 0.98% 0.76% -
XYZ 19.46 38.67 6.52 -
YUV 117.81 63.2 52.53 -
System Red Green Blue C M Y K H S L
Decimal 12 194 3 0.94 0 0.98 0.24 117.17 0.97 0.39
Hex C C2 3 5E 0 62 18 75 61 27
Octal 14 302 3 136 0 142 30 165 141 47
Binary 1100 11000010 11 1011110 0 1100010 11000 1110101 1100001 100111

Color Harmonies of #0CC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC203

Black with #0CC203

Text Example


Text Example

White with #0CC203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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