Html Css Color HEX #06BA14 Islamic Green

📋 copy color: '#06BA14'

red 6 ◦ green 186 ◦ blue 20

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

Shades of Islamic Green #06BA14

Tints of Islamic Green #06BA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 2.83%
G = 87.74%
B = 9.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#06BA14 (or 0x06BA14) is known color: Islamic Green. HEX triplet: 06, BA and 14. RGB value is (6,186,20). Sum of RGB (Red+Green+Blue) = 6+186+20=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 186 (73.05% from 255 or 87.74% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06BA14 is #F945EB. Grayscale: #717171. Windows color (decimal): -16336364 or 1358342. OLE color: 1358342.

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

Color convert

RGB 6 186 20 -
CMYK 0.97 0 0.89 0.27
HSL 124.67º 0.94% 0.38% -
HSV(B) 124.67º 0.97% 0.73% -
XYZ 17.76 35.21 6.52 -
YUV 113.26 75.37 51.5 -
System Red Green Blue C M Y K H S L
Decimal 6 186 20 0.97 0 0.89 0.27 124.67 0.94 0.38
Hex 6 BA 14 61 0 59 1B 7D 5E 26
Octal 6 272 24 141 0 131 33 175 136 46
Binary 110 10111010 10100 1100001 0 1011001 11011 1111101 1011110 100110

Color Harmonies of #06BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA14

Black with #06BA14

Text Example


Text Example

White with #06BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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