Html Css Color HEX #0CBC00 Islamic Green

📋 copy color: '#0CBC00'

red 12 ◦ green 188 ◦ blue 0

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

Shades of Islamic Green #0CBC00

Tints of Islamic Green #0CBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6%
G = 94%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#0CBC00 (or 0x0CBC00) is known color: Islamic Green. HEX triplet: 0C, BC and 00. RGB value is (12,188,0). Sum of RGB (Red+Green+Blue) = 12+188+0=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 188 (73.83% from 255 or 94% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC00 is #F343FF. Grayscale: #727272. Windows color (decimal): -15942656 or 48140. OLE color: 48140.

HSL color Cylindrical-coordinate representation of color #0CBC00: hue angle of 116.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CBC00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 0 -
CMYK 0.94 0 1 0.26
HSL 116.17º 1% 0.37% -
HSV(B) 116.17º 1% 0.74% -
XYZ 18.13 36.04 6 -
YUV 113.94 63.69 55.29 -
System Red Green Blue C M Y K H S L
Decimal 12 188 0 0.94 0 1 0.26 116.17 1 0.37
Hex C BC 0 5E 0 64 1A 74 64 25
Octal 14 274 0 136 0 144 32 164 144 45
Binary 1100 10111100 0 1011110 0 1100100 11010 1110100 1100100 100101

Color Harmonies of #0CBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC00

Black with #0CBC00

Text Example


Text Example

White with #0CBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,0); }

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

background-color css

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

 a { background-color: rgb(12,188,0); }

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

border-color css

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

 span { border-color: rgb(12,188,0); }

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