Html Css Color HEX #0CC805 Islamic Green

📋 copy color: '#0CC805'

red 12 ◦ green 200 ◦ blue 5

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

Shades of Islamic Green #0CC805

Tints of Islamic Green #0CC805

RGB

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

 GREEN value IS 200 (78.52% from 255) = 92.17%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 5.53%
G = 92.17%
B = 2.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#0CC805 (or 0x0CC805) is known color: Islamic Green. HEX triplet: 0C, C8 and 05. RGB value is (12,200,5). Sum of RGB (Red+Green+Blue) = 12+200+5=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 200 (78.52% from 255 or 92.17% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC805 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC805 is #F337FA. Grayscale: #7A7A7A. Windows color (decimal): -15939579 or 378892. OLE color: 378892.

HSL color Cylindrical-coordinate representation of color #0CC805: hue angle of 117.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CC805 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 5 -
CMYK 0.94 0 0.98 0.22
HSL 117.85º 0.95% 0.4% -
HSV(B) 117.85º 0.98% 0.78% -
XYZ 20.83 41.4 7.04 -
YUV 121.56 62.22 49.86 -
System Red Green Blue C M Y K H S L
Decimal 12 200 5 0.94 0 0.98 0.22 117.85 0.95 0.4
Hex C C8 5 5E 0 62 16 76 5F 28
Octal 14 310 5 136 0 142 26 166 137 50
Binary 1100 11001000 101 1011110 0 1100010 10110 1110110 1011111 101000

Color Harmonies of #0CC805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC805

Black with #0CC805

Text Example


Text Example

White with #0CC805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,200,5); }

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

background-color css

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

 a { background-color: rgb(12,200,5); }

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

border-color css

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

 span { border-color: rgb(12,200,5); }

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