Html Css Color HEX #06BC0C Islamic Green

📋 copy color: '#06BC0C'

red 6 ◦ green 188 ◦ blue 12

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

Shades of Islamic Green #06BC0C

Tints of Islamic Green #06BC0C

RGB

 RED value IS 6 (2.73% from 255) = 2.91%

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 2.91%
G = 91.26%
B = 5.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#06BC0C (or 0x06BC0C) is known color: Islamic Green. HEX triplet: 06, BC and 0C. RGB value is (6,188,12). Sum of RGB (Red+Green+Blue) = 6+188+12=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 188 (73.83% from 255 or 91.26% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BC0C is #F943F3. Grayscale: #727272. Windows color (decimal): -16335860 or 834566. OLE color: 834566.

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

Color convert

RGB 6 188 12 -
CMYK 0.97 0 0.94 0.26
HSL 121.98º 0.94% 0.38% -
HSV(B) 121.98º 0.97% 0.74% -
XYZ 18.12 36.03 6.35 -
YUV 113.52 70.7 51.31 -
System Red Green Blue C M Y K H S L
Decimal 6 188 12 0.97 0 0.94 0.26 121.98 0.94 0.38
Hex 6 BC C 61 0 5E 1A 7A 5E 26
Octal 6 274 14 141 0 136 32 172 136 46
Binary 110 10111100 1100 1100001 0 1011110 11010 1111010 1011110 100110

Color Harmonies of #06BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC0C

Black with #06BC0C

Text Example


Text Example

White with #06BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BC0C; }

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

 H1.HeaderClassName
 {
   color: #06BC0C;
 }
 .AnyTagClassName
 {
   color: #06BC0C;
 }
</style>

background-color css

<style>
 a { background-color: #06BC0C; }

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

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

border-color css

<style>
 span { border-color: #06BC0C; }

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

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