Html Css Color HEX #0CC303 Islamic Green

📋 copy color: '#0CC303'

red 12 ◦ green 195 ◦ blue 3

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

Shades of Islamic Green #0CC303

Tints of Islamic Green #0CC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 92.86%

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

R = 5.71%
G = 92.86%
B = 1.43%

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

#0CC303 (or 0x0CC303) is known color: Islamic Green. HEX triplet: 0C, C3 and 03. RGB value is (12,195,3). Sum of RGB (Red+Green+Blue) = 12+195+3=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 195 (76.56% from 255 or 92.86% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC303 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC303 is #F33CFC. Grayscale: #767676. Windows color (decimal): -15940861 or 246540. OLE color: 246540.

HSL color Cylindrical-coordinate representation of color #0CC303: hue angle of 117.19º 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 #0CC303 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 3 -
CMYK 0.94 0 0.98 0.24
HSL 117.19º 0.97% 0.39% -
HSV(B) 117.19º 0.98% 0.76% -
XYZ 19.68 39.11 6.6 -
YUV 118.4 62.87 52.11 -
System Red Green Blue C M Y K H S L
Decimal 12 195 3 0.94 0 0.98 0.24 117.19 0.97 0.39
Hex C C3 3 5E 0 62 18 75 61 27
Octal 14 303 3 136 0 142 30 165 141 47
Binary 1100 11000011 11 1011110 0 1100010 11000 1110101 1100001 100111

Color Harmonies of #0CC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC303

Black with #0CC303

Text Example


Text Example

White with #0CC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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