Html Css Color HEX #06C000 Islamic Green

📋 copy color: '#06C000'

red 6 ◦ green 192 ◦ blue 0

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

Shades of Islamic Green #06C000

Tints of Islamic Green #06C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 96.97%

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

R = 3.03%
G = 96.97%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#06C000 (or 0x06C000) is known color: Islamic Green. HEX triplet: 06, C0 and 00. RGB value is (6,192,0). Sum of RGB (Red+Green+Blue) = 6+192+0=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 192 (75.39% from 255 or 96.97% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 192 - color contains mainly: green. Hex color #06C000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C000 is #F93FFF. Grayscale: #737373. Windows color (decimal): -16334848 or 49158. OLE color: 49158.

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

Color convert

RGB 6 192 0 -
CMYK 0.97 0 1 0.25
HSL 118.13º 1% 0.38% -
HSV(B) 118.13º 1% 0.75% -
XYZ 18.92 37.74 6.29 -
YUV 114.5 63.38 50.61 -
System Red Green Blue C M Y K H S L
Decimal 6 192 0 0.97 0 1 0.25 118.13 1 0.38
Hex 6 C0 0 61 0 64 19 76 64 26
Octal 6 300 0 141 0 144 31 166 144 46
Binary 110 11000000 0 1100001 0 1100100 11001 1110110 1100100 100110

Color Harmonies of #06C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C000

Black with #06C000

Text Example


Text Example

White with #06C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,0); }

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

background-color css

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

 a { background-color: rgb(6,192,0); }

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

border-color css

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

 span { border-color: rgb(6,192,0); }

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