Html Css Color HEX #06BC10 Islamic Green

📋 copy color: '#06BC10'

red 6 ◦ green 188 ◦ blue 16

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

Shades of Islamic Green #06BC10

Tints of Islamic Green #06BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 2.86%
G = 89.52%
B = 7.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#06BC10 (or 0x06BC10) is known color: Islamic Green. HEX triplet: 06, BC and 10. RGB value is (6,188,16). Sum of RGB (Red+Green+Blue) = 6+188+16=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 188 (73.83% from 255 or 89.52% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BC10 is #F943EF. Grayscale: #727272. Windows color (decimal): -16335856 or 1096710. OLE color: 1096710.

HSL color Cylindrical-coordinate representation of color #06BC10: hue angle of 123.3º 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 #06BC10 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 188 16 -
CMYK 0.97 0 0.91 0.26
HSL 123.3º 0.94% 0.38% -
HSV(B) 123.3º 0.97% 0.74% -
XYZ 18.15 36.04 6.49 -
YUV 113.97 72.7 50.99 -
System Red Green Blue C M Y K H S L
Decimal 6 188 16 0.97 0 0.91 0.26 123.3 0.94 0.38
Hex 6 BC 10 61 0 5B 1A 7B 5E 26
Octal 6 274 20 141 0 133 32 173 136 46
Binary 110 10111100 10000 1100001 0 1011011 11010 1111011 1011110 100110

Color Harmonies of #06BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BC10

Black with #06BC10

Text Example


Text Example

White with #06BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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