Html Css Color HEX #06BA10 Islamic Green

📋 copy color: '#06BA10'

red 6 ◦ green 186 ◦ blue 16

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

Shades of Islamic Green #06BA10

Tints of Islamic Green #06BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89.42%

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

R = 2.88%
G = 89.42%
B = 7.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#06BA10 (or 0x06BA10) is known color: Islamic Green. HEX triplet: 06, BA and 10. RGB value is (6,186,16). Sum of RGB (Red+Green+Blue) = 6+186+16=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BA10 is #F945EF. Grayscale: #717171. Windows color (decimal): -16336368 or 1096198. OLE color: 1096198.

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

Color convert

RGB 6 186 16 -
CMYK 0.97 0 0.91 0.27
HSL 123.33º 0.94% 0.38% -
HSV(B) 123.33º 0.97% 0.73% -
XYZ 17.73 35.19 6.35 -
YUV 112.8 73.37 51.82 -
System Red Green Blue C M Y K H S L
Decimal 6 186 16 0.97 0 0.91 0.27 123.33 0.94 0.38
Hex 6 BA 10 61 0 5B 1B 7B 5E 26
Octal 6 272 20 141 0 133 33 173 136 46
Binary 110 10111010 10000 1100001 0 1011011 11011 1111011 1011110 100110

Color Harmonies of #06BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA10

Black with #06BA10

Text Example


Text Example

White with #06BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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